Home
last modified time | relevance | path

Searched defs:decl_ctx (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerDeclContext.h42 CompilerDeclContext(TypeSystem *type_system, void *decl_ctx) in CompilerDeclContext()
105 void SetDeclContext(TypeSystem *type_system, void *decl_ctx) { in SetDeclContext()
DSymbolFile.h199 virtual void ParseDeclsForContext(CompilerDeclContext decl_ctx) {} in ParseDeclsForContext()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExternalASTSourceCallbacks.cpp39 const clang::DeclContext *decl_ctx, in FindExternalLexicalDecls()
DClangASTSource.cpp100 const DeclContext *decl_ctx, DeclarationName clang_decl_name) { in FindExternalVisibleDeclsByName()
939 const DeclContext *decl_ctx(context.m_decl_context); in FindObjCMethodDecls() local
DClangASTImporter.cpp130 for (DeclContext *decl_ctx = (decl->*contextFromDecl)(); decl_ctx; in ChainPassesThrough() local
DClangExpressionDeclMap.cpp1276 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in LookupFunction() local
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1284 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/
DDWARFASTParserClang.cpp269 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()
DSymbolFileDWARF.cpp1259 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()
DSymbolFileDWARFDebugMap.cpp1322 lldb_private::CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
/external/llvm-project/lldb/source/Symbol/
DTypeSystem.cpp108 const CompilerDeclContext &decl_ctx, in CreateTypedef()
DCompilerType.cpp444 const CompilerDeclContext &decl_ctx, in CreateTypedef()
DSymbolContext.cpp555 CompilerDeclContext decl_ctx = function_block->GetDeclContext(); in GetFunctionMethodInfo() local
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp31 bool FindExternalVisibleDeclsByName(const clang::DeclContext *decl_ctx, in FindExternalVisibleDeclsByName()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp702 lldb_private::CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
1970 const lldb_private::CompilerDeclContext &decl_ctx) { in DeclContextMatchesThisSymbolFile()
DPDBASTParser.cpp544 auto decl_ctx = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp875 lldb_private::CompilerDeclContext decl_ctx) { in ParseDeclsForContext()