/external/llvm-project/lldb/include/lldb/Symbol/ |
D | CompilerDeclContext.h | 42 CompilerDeclContext(TypeSystem *type_system, void *decl_ctx) in CompilerDeclContext() 105 void SetDeclContext(TypeSystem *type_system, void *decl_ctx) { in SetDeclContext()
|
D | SymbolFile.h | 199 virtual void ParseDeclsForContext(CompilerDeclContext decl_ctx) {} in ParseDeclsForContext()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExternalASTSourceCallbacks.cpp | 39 const clang::DeclContext *decl_ctx, in FindExternalLexicalDecls()
|
D | ClangASTSource.cpp | 100 const DeclContext *decl_ctx, DeclarationName clang_decl_name) { in FindExternalVisibleDeclsByName() 939 const DeclContext *decl_ctx(context.m_decl_context); in FindObjCMethodDecls() local
|
D | ClangASTImporter.cpp | 130 for (DeclContext *decl_ctx = (decl->*contextFromDecl)(); decl_ctx; in ChainPassesThrough() local
|
D | ClangExpressionDeclMap.cpp | 1276 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in LookupFunction() local
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 1284 clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateRecordType() 1424 clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateFunctionTemplateDecl() 1466 DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateClassTemplateDecl() 1533 auto *decl_ctx = ast.getTranslationUnitDecl(); in CreateTemplateTemplateParmDecl() local 1554 DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateClassTemplateSpecializationDecl() 1699 llvm::StringRef name, clang::DeclContext *decl_ctx, in CreateObjCClass() 1748 const char *name, clang::DeclContext *decl_ctx, in GetUniqueNamespaceDeclaration() 1842 clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateUsingDirectiveDeclaration() 2028 clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateFunctionDeclaration() 2100 clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateParameterDeclaration() [all …]
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFASTParserClang.cpp | 269 clang::DeclContext *decl_ctx, in PrepareContextToReceiveMembers() 477 if (clang::DeclContext *decl_ctx = in ParseTypeFromDWARF() local 1591 clang::DeclContext *decl_ctx = in ParseStructureLikeDIE() local 2287 DWARFDeclContext decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseFunctionFromDWARF() local 3263 clang::DeclContext *decl_ctx = GetCachedClangDeclContextForDIE(die); in GetClangDeclContextForDIE() local 3493 void DWARFASTParserClang::LinkDeclContextToDIE(clang::DeclContext *decl_ctx, in LinkDeclContextToDIE()
|
D | SymbolFileDWARF.cpp | 1259 void SymbolFileDWARF::ParseDeclsForContext(CompilerDeclContext decl_ctx) { in ParseDeclsForContext() 2054 const lldb_private::CompilerDeclContext &decl_ctx) { in DeclContextMatchesThisSymbolFile() 2256 bool SymbolFileDWARF::DIEInDeclContext(const CompilerDeclContext &decl_ctx, in DIEInDeclContext()
|
D | SymbolFileDWARFDebugMap.cpp | 1322 lldb_private::CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
|
/external/llvm-project/lldb/source/Symbol/ |
D | TypeSystem.cpp | 108 const CompilerDeclContext &decl_ctx, in CreateTypedef()
|
D | CompilerType.cpp | 444 const CompilerDeclContext &decl_ctx, in CreateTypedef()
|
D | SymbolContext.cpp | 555 CompilerDeclContext decl_ctx = function_block->GetDeclContext(); in GetFunctionMethodInfo() local
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCDeclVendor.cpp | 31 bool FindExternalVisibleDeclsByName(const clang::DeclContext *decl_ctx, in FindExternalVisibleDeclsByName()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | SymbolFilePDB.cpp | 702 lldb_private::CompilerDeclContext decl_ctx) { in ParseDeclsForContext() 1970 const lldb_private::CompilerDeclContext &decl_ctx) { in DeclContextMatchesThisSymbolFile()
|
D | PDBASTParser.cpp | 544 auto decl_ctx = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType() local
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | SymbolFileNativePDB.cpp | 875 lldb_private::CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
|