Home
last modified time | relevance | path

Searched refs:ClangASTContext (Results 1 – 25 of 40) sorted by relevance

12

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp84 typedef lldb_private::ThreadSafeDenseMap<clang::ASTContext *, ClangASTContext*> ClangASTMap;
99 ClangASTContext::ConvertAccessTypeToAccessSpecifier (AccessType access) in ConvertAccessTypeToAccessSpecifier()
280 ClangASTContext::ClangASTContext (const char *target_triple) : in ClangASTContext() function in ClangASTContext
304 ClangASTContext::~ClangASTContext() in ~ClangASTContext()
324 ClangASTContext::Clear() in Clear()
339 ClangASTContext::GetTargetTriple () in GetTargetTriple()
345 ClangASTContext::SetTargetTriple (const char *target_triple) in SetTargetTriple()
352 ClangASTContext::SetArchitecture (const ArchSpec &arch) in SetArchitecture()
358 ClangASTContext::HasExternalSource () in HasExternalSource()
367 ClangASTContext::SetExternalSource (llvm::IntrusiveRefCntPtr<ExternalASTSource> &ast_source_ap) in SetExternalSource()
[all …]
HDClangASTImporter.cpp365 if (!ClangASTContext::GetCompleteDecl(decl_origin.ctx, decl_origin.decl)) in CompleteTagDecl()
383 if (!ClangASTContext::GetCompleteDecl(origin_ast_ctx, origin_decl)) in CompleteTagDeclWithOrigin()
410 if (!ClangASTContext::GetCompleteDecl(decl_origin.ctx, decl_origin.decl)) in CompleteObjCInterfaceDecl()
464 return ClangASTContext::GetMetadata(decl_origin.ctx, decl_origin.decl); in GetDeclMetadata()
466 return ClangASTContext::GetMetadata(&decl->getASTContext(), decl); in GetDeclMetadata()
632 ClangASTContext::GetCompleteDecl (m_source_ctx, original_decl); in ExecuteDeportWorkQueues()
HDSymbolFile.cpp85 lldb_private::ClangASTContext &
HDClangASTType.cpp352 ClangASTMetadata* ast_metadata = ClangASTContext::GetMetadata(m_ast, result_iface_decl); in IsRuntimeGeneratedType()
1045 … ClangASTMetadata *metadata = ClangASTContext::GetMetadata (m_ast, cxx_record_decl); in IsPossibleDynamicType()
2102 return ClangASTContext::GetBasicType(m_ast, basic_type); in GetBasicTypeFromAST()
2535 if (ClangASTContext::RecordHasFields(base_class_decl) == false) in GetNumChildren()
3435 if (ClangASTContext::RecordHasFields(base_class_decl) == false) in GetChildClangTypeAtIndex()
3554 … if (ClangASTContext::FieldIsBitfield (m_ast, *field, child_bitfield_bit_size)) in GetChildClangTypeAtIndex()
3661 … if (ClangASTContext::FieldIsBitfield (m_ast, ivar_decl, child_bitfield_bit_size)) in GetChildClangTypeAtIndex()
3923 return ClangASTContext::RecordHasFields(b->getType()->getAsCXXRecordDecl()) == false; in BaseSpecifierIsEmpty()
3975 …uint32_t child_idx = ClangASTContext::GetNumBaseClasses (llvm::dyn_cast<clang::CXXRecordDecl>(reco… in GetIndexForRecordChild()
4066 …child_indexes.push_back (child_idx + ClangASTContext::GetNumBaseClasses (cxx_record_decl, omit_emp… in GetIndexOfChildMemberWithName()
[all …]
/NextBSD/lib/clang/liblldbSymbol/
HDMakefile.depend18 ClangASTContext.o: AttrList.inc.h
19 ClangASTContext.o: Attrs.inc.h
20 ClangASTContext.o: CommentCommandList.inc.h
21 ClangASTContext.o: DeclNodes.inc.h
22 ClangASTContext.o: DiagnosticCommonKinds.inc.h
23 ClangASTContext.o: StmtNodes.inc.h
24 ClangASTContext.po: AttrList.inc.h
25 ClangASTContext.po: Attrs.inc.h
26 ClangASTContext.po: CommentCommandList.inc.h
27 ClangASTContext.po: DeclNodes.inc.h
[all …]
HDMakefile9 ClangASTContext.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTContext.h38 class ClangASTContext
47 ClangASTContext (const char *triple = NULL);
49 ~ClangASTContext();
51 static ClangASTContext*
110 return ClangASTContext::GetCompleteDecl(getASTContext(), decl); in GetCompleteDecl()
180 return ClangASTContext::GetUnknownAnyType(getASTContext()); in GetUnknownAnyType()
402 return ClangASTContext::CreateFunctionType(getASTContext(), in CreateFunctionType()
499 ClangASTContext(const ClangASTContext&);
500 const ClangASTContext& operator=(const ClangASTContext&);
HDSymbolFile.h147 virtual ClangASTContext &
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDCoreMedia.cpp24ClangASTContext *ast_ctx = ClangASTContext::GetASTContext(valobj.GetClangType().GetASTContext()); in CMTimeSummaryProvider()
HDNSIndexPath.cpp52 m_ast_ctx = ClangASTContext::GetASTContext(m_backend.GetClangType().GetASTContext()); in Update()
324 ClangASTContext* m_ast_ctx;
HDVectorType.cpp26 ClangASTContext *ast_ctx) in GetClangTypeForFormat()
235 …_child_type = ::GetClangTypeForFormat(m_parent_format, element_type, ClangASTContext::GetASTContex… in Update()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDInferiorCallPOSIX.cpp95ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); in InferiorCallMmap()
237 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); in InferiorCall()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
HDSymbolFileSymtab.cpp82 ClangASTContext &
85 ClangASTContext &ast = m_obj_file->GetModule()->GetClangASTContext(); in GetClangASTContext()
HDSymbolFileSymtab.h137 lldb_private::ClangASTContext &
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.h131 virtual lldb_private::ClangASTContext &
515 … lldb_private::ClangASTContext::TemplateParameterInfos &template_param_infos);
520 lldb_private::ClangASTContext::TemplateParameterInfos &template_param_infos);
527 … const lldb_private::ClangASTContext::TemplateParameterInfos &template_param_infos);
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBModule.cpp524 …sb_type = SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), … in FindFirstType()
534 …return SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), typ… in GetBasicType()
567 …SBType sb_type(ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), nam… in FindTypes()
HDSBTarget.cpp1809 if (ClangASTType type = ClangASTContext::GetTypeForDecl(decls[0])) in FindFirstType()
1819 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in FindFirstType()
1821 … return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename)); in FindFirstType()
1832 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in GetBasicType()
1834 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), type)); in GetBasicType()
1889 if (ClangASTType type = ClangASTContext::GetTypeForDecl(decl)) in FindTypes()
1902 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in FindTypes()
1904 …sb_type_list.Append (SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_type… in FindTypes()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangFunction.h91 ClangASTContext *ast_context,
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDObjCLanguageRuntime.h284 …virtual ClangASTType RealizeType (ClangASTContext& ast_ctx, const char* name, bool for_expression);
292 std::unique_ptr<ClangASTContext> m_scratch_ast_ctx_ap;
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp885 if (ClangASTContext::AreTypesSame(*type, var_sp->GetType()->GetClangFullType())) in FindGlobalVariable()
1266 ClangASTContext *scratch_clang_ast_context = target->GetScratchClangASTContext(); in FindExternalVisibleDecls()
1827 …TypeFromUser user_type (ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid).GetPoin… in AddOneGenericVariable()
1828 …TypeFromParser parser_type (ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid).GetPointe… in AddOneGenericVariable()
1933 ClangASTType clang_type = ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (m_ast_context, in AddOneRegister()
2122 ClangASTType void_clang_type = ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid); in CopyClassType()
2125 ClangASTType method_type = ClangASTContext::CreateFunctionType (m_ast_context, in CopyClassType()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectArgs.cpp152 ClangASTContext &ast_context = thread_module_sp->GetClangASTContext(); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp149 m_ast (new ClangASTContext), in Module()
253 m_ast (new ClangASTContext), in Module()
299 m_ast (new ClangASTContext), in Module()
416 ClangASTContext &
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h47 class ClangASTContext; variable
302 typedef std::unique_ptr<lldb_private::ClangASTContext> ClangASTContextUP;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDModule.h946 ClangASTContext &
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDWatchpoint.cpp56 ClangASTContext *ast_context = target.GetScratchClangASTContext(); in Watchpoint()

12