/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerDeclContext.h | 42 CompilerDeclContext(TypeSystem * type_system,void * decl_ctx) CompilerDeclContext() argument 91 SetDeclContext(TypeSystem * type_system,void * decl_ctx) SetDeclContext() argument
|
H A D | SymbolFile.h | 227 virtual void ParseDeclsForContext(CompilerDeclContext decl_ctx) {} in ParseDeclsForContext()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExternalASTSourceCallbacks.cpp | 41 const clang::DeclContext *decl_ctx, in FindExternalLexicalDecls()
|
H A D | ClangASTSource.cpp | 102 const DeclContext *decl_ctx, DeclarationName clang_decl_name) { in FindExternalVisibleDeclsByName() 877 const DeclContext *decl_ctx(context.m_decl_context); in FindObjCMethodDecls() local
|
H A D | ClangASTImporter.cpp | 133 for (DeclContext *decl_ctx = (decl->*contextFromDecl)(); decl_ctx; in ChainPassesThrough() local
|
H A D | ClangExpressionDeclMap.cpp | 1289 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in LookupFunction() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | UdtRecordCompleter.cpp | 372 clang::DeclContext *decl_ctx = clang.GetDeclContextForType(record_ct); in AddMember() local 406 clang::DeclContext *decl_ctx = in FinishRecord() local
|
H A D | SymbolFileNativePDB.cpp | 1009 lldb_private::CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1221 clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateRecordType() 1406 clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateFunctionTemplateDecl() 1543 DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateClassTemplateDecl() 1621 auto *decl_ctx = ast.getTranslationUnitDecl(); in CreateTemplateTemplateParmDecl() local 1643 DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateClassTemplateSpecializationDecl() 1800 llvm::StringRef name, clang::DeclContext *decl_ctx, in CreateObjCClass() 1850 const char *name, clang::DeclContext *decl_ctx, in GetUniqueNamespaceDeclaration() 1944 clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateUsingDirectiveDeclaration() 2133 clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateFunctionDeclaration() 2203 clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, in CreateParameterDeclaration() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | TypeSystem.cpp | 113 const CompilerDeclContext &decl_ctx, in CreateTypedef()
|
H A D | SymbolFileOnDemand.cpp | 257 void SymbolFileOnDemand::ParseDeclsForContext(CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
|
H A D | Type.cpp | 114 TypeQuery::TypeQuery(const CompilerDeclContext &decl_ctx, in TypeQuery()
|
H A D | SymbolContext.cpp | 560 if (CompilerDeclContext decl_ctx = function_block->GetDeclContext()) in GetInstanceVariableName() local
|
H A D | CompilerType.cpp | 738 const CompilerDeclContext &decl_ctx, in CreateTypedef()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 245 clang::DeclContext *decl_ctx, in PrepareContextToReceiveMembers() 471 if (clang::DeclContext *decl_ctx = in ParseTypeFromDWARF() local 2347 DWARFDeclContext decl_ctx = die.GetDWARFDeclContext(); in ConstructDemangledNameFromDWARF() local 3351 clang::DeclContext *decl_ctx = GetCachedClangDeclContextForDIE(die); in GetClangDeclContextForDIE() local 3598 void DWARFASTParserClang::LinkDeclContextToDIE(clang::DeclContext *decl_ctx, in LinkDeclContextToDIE()
|
H A D | SymbolFileDWARF.cpp | 1477 void SymbolFileDWARF::ParseDeclsForContext(CompilerDeclContext decl_ctx) { in ParseDeclsForContext() 2336 const lldb_private::CompilerDeclContext &decl_ctx) { in DeclContextMatchesThisSymbolFile() 2539 bool SymbolFileDWARF::DIEInDeclContext(const CompilerDeclContext &decl_ctx, in DIEInDeclContext()
|
H A D | SymbolFileDWARFDebugMap.cpp | 1401 lldb_private::CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 32 bool FindExternalVisibleDeclsByName(const clang::DeclContext *decl_ctx, in FindExternalVisibleDeclsByName()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 718 lldb_private::CompilerDeclContext decl_ctx) { in ParseDeclsForContext() 1970 const lldb_private::CompilerDeclContext &decl_ctx) { in DeclContextMatchesThisSymbolFile()
|
H A D | PDBASTParser.cpp | 556 auto decl_ctx = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 421 clang::DeclContext *decl_ctx = m_ast->GetTranslationUnitDecl(); in CreateTypedef() local
|