Home
last modified time | relevance | path

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

/freebsd-src/contrib/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); in GetDeclContextForUID() local
711 auto decl_context = pdb->GetDeclContextContainingSymbol(*symbol); in GetDeclContextContainingUID() local
1700 clang::DeclContext *decl_context = nullptr; in FindNamespace() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2307 EnsureAllDIEsInDeclContextHaveBeenParsed(lldb_private::CompilerDeclContext decl_context) EnsureAllDIEsInDeclContextHaveBeenParsed() argument
3362 clang::DeclContext *decl_context = GetClangDeclForDIE() local
3377 clang::DeclContext *decl_context = GetClangDeclForDIE() local
3397 clang::DeclContext *decl_context = GetClangDeclForDIE() local
3550 CompilerDeclContext decl_context = GetDeclContextForBlock() local
3562 clang::DeclContext *decl_context = ResolveBlockDIE() local
3875 auto decl_context = m_ast.GetDeclContextForType(class_clang_type); ParseRustVariantPart() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp109 clang::DeclContext *decl_context; global() member
190 for (DeclContext *decl_context = decl->getLexicalDeclContext(); OverrideAllDeclsFromContainingFunction() local
H A DClangUserExpression.cpp125 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext() local
H A DClangASTSource.cpp369 FindExternalLexicalDecls(const DeclContext * decl_context,llvm::function_ref<bool (Decl::Kind)> predicate,llvm::SmallVectorImpl<Decl * > & decls) FindExternalLexicalDecls() argument
H A DClangExpressionDeclMap.cpp1065 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext(); LookupLocalVariable() local
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp394 llvm::StringRef decl_context = rmc.ParseFunctionDeclContextName(); RegisterMangledNameEntry() local
437 RegisterBacklogEntry(const NameToIndexMap::Entry & entry,const char * decl_context,const std::set<const char * > & class_contexts) RegisterBacklogEntry() argument
H A DFunction.cpp401 *s << ", decl_context = {"; in GetDescription() local
H A DType.cpp1183 auto decl_context = type_system->GetCompilerDeclContextForType(m_static_type); FindDirectNestedType() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1145 clang::DeclContext *decl_context = nullptr; in CreateEnumType() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1383 DeclContext *const decl_context = CreateTemplateParameterList() local
2030 CreateVariableDeclaration(clang::DeclContext * decl_context,OptionalClangModuleID owning_module,const char * name,clang::QualType type) CreateVariableDeclaration() argument
2561 if (auto *decl_context = GetDeclContextForType(type)) GetCompilerDeclContextForType() local
9086 for (clang::DeclContext *decl_context = root_decl_ctx; DeclContextFindDeclByName() local
[all...]