Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h42 CompilerDeclContext(TypeSystem * type_system,void * decl_ctx) CompilerDeclContext() argument
91 SetDeclContext(TypeSystem * type_system,void * decl_ctx) SetDeclContext() argument
H A DSymbolFile.h227 virtual void ParseDeclsForContext(CompilerDeclContext decl_ctx) {} in ParseDeclsForContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp41 const clang::DeclContext *decl_ctx, in FindExternalLexicalDecls()
H A DClangASTSource.cpp102 const DeclContext *decl_ctx, DeclarationName clang_decl_name) { in FindExternalVisibleDeclsByName()
877 const DeclContext *decl_ctx(context.m_decl_context); in FindObjCMethodDecls() local
H A DClangASTImporter.cpp133 for (DeclContext *decl_ctx = (decl->*contextFromDecl)(); decl_ctx; in ChainPassesThrough() local
H A DClangExpressionDeclMap.cpp1289 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in LookupFunction() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp372 clang::DeclContext *decl_ctx = clang.GetDeclContextForType(record_ct); in AddMember() local
406 clang::DeclContext *decl_ctx = in FinishRecord() local
H A DSymbolFileNativePDB.cpp1009 lldb_private::CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1221 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 DTypeSystem.cpp113 const CompilerDeclContext &decl_ctx, in CreateTypedef()
H A DSymbolFileOnDemand.cpp257 void SymbolFileOnDemand::ParseDeclsForContext(CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
H A DType.cpp114 TypeQuery::TypeQuery(const CompilerDeclContext &decl_ctx, in TypeQuery()
H A DSymbolContext.cpp560 if (CompilerDeclContext decl_ctx = function_block->GetDeclContext()) in GetInstanceVariableName() local
H A DCompilerType.cpp738 const CompilerDeclContext &decl_ctx, in CreateTypedef()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp245 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 DSymbolFileDWARF.cpp1477 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 DSymbolFileDWARFDebugMap.cpp1401 lldb_private::CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp32 bool FindExternalVisibleDeclsByName(const clang::DeclContext *decl_ctx, in FindExternalVisibleDeclsByName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp718 lldb_private::CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
1970 const lldb_private::CompilerDeclContext &decl_ctx) { in DeclContextMatchesThisSymbolFile()
H A DPDBASTParser.cpp556 auto decl_ctx = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp421 clang::DeclContext *decl_ctx = m_ast->GetTranslationUnitDecl(); in CreateTypedef() local