Home
last modified time | relevance | path

Searched defs:decl_context (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp330 const clang::DeclContext &decl_context, in GetDeclFromContextByName() argument
403 auto decl_context = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType() local
478 auto decl_context = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType() local
908 auto decl_context = GetDeclContextContainingSymbol(symbol); in GetDeclForSymbol() local
943 auto decl_context = GetDeclContextContainingSymbol(symbol); GetDeclForSymbol() local
1102 ParseDeclsForDeclContext(const clang::DeclContext * decl_context) ParseDeclsForDeclContext() argument
[all...]
H A DSymbolFilePDB.cpp680 auto decl_context = pdb->GetDeclContextForSymbol(*symbol); GetDeclContextForUID() local
711 auto decl_context = pdb->GetDeclContextContainingSymbol(*symbol); GetDeclContextContainingUID() local
1700 clang::DeclContext *decl_context = nullptr; FindNamespace() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2259 EnsureAllDIEsInDeclContextHaveBeenParsed(lldb_private::CompilerDeclContext decl_context) EnsureAllDIEsInDeclContextHaveBeenParsed() argument
3314 clang::DeclContext *decl_context = GetClangDeclForDIE() local
3329 clang::DeclContext *decl_context = GetClangDeclForDIE() local
3349 clang::DeclContext *decl_context = GetClangDeclForDIE() local
3502 CompilerDeclContext decl_context = GetDeclContextForBlock() local
3514 clang::DeclContext *decl_context = ResolveBlockDIE() local
3827 auto decl_context = m_ast.GetDeclContextForType(class_clang_type); ParseRustVariantPart() local
[all...]
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp193 decl_context; decl_context = decl_context->getLexicalParent()) { in OverrideAllDeclsFromContainingFunction() local
112 clang::DeclContext *decl_context; global() member
H A DClangUserExpression.cpp125 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext() local
H A DClangASTSource.cpp368 FindExternalLexicalDecls(const DeclContext * decl_context,llvm::function_ref<bool (Decl::Kind)> predicate,llvm::SmallVectorImpl<Decl * > & decls) FindExternalLexicalDecls() argument
H A DClangExpressionDeclMap.cpp1063 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVariable() local
/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp406 llvm::StringRef decl_context = rmc.ParseFunctionDeclContextName(); in RegisterMangledNameEntry() local
449 const NameToIndexMap::Entry &entry, const char *decl_context, in RegisterBacklogEntry() argument
H A DFunction.cpp402 auto decl_context = GetCompilerContext(); GetDescription() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1145 clang::DeclContext *decl_context = nullptr; in CreateEnumType() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1982 clang::DeclContext *decl_context, OptionalClangModuleID owning_module, in CreateVariableDeclaration() argument
1331 DeclContext *const decl_context = CreateTemplateParameterList() local
2513 if (auto *decl_context = GetDeclContextForType(type)) GetCompilerDeclContextForType() local
9281 for (clang::DeclContext *decl_context = root_decl_ctx; DeclContextFindDeclByName() local
[all...]