/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 330 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 D | SymbolFilePDB.cpp | 680 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 D | DWARFASTParserClang.cpp | 2307 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 D | ClangASTImporter.cpp | 109 clang::DeclContext *decl_context; global() member 190 for (DeclContext *decl_context = decl->getLexicalDeclContext(); OverrideAllDeclsFromContainingFunction() local
|
H A D | ClangUserExpression.cpp | 125 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext() local
|
H A D | ClangASTSource.cpp | 369 FindExternalLexicalDecls(const DeclContext * decl_context,llvm::function_ref<bool (Decl::Kind)> predicate,llvm::SmallVectorImpl<Decl * > & decls) FindExternalLexicalDecls() argument
|
H A D | ClangExpressionDeclMap.cpp | 1065 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext(); LookupLocalVariable() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symtab.cpp | 394 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 D | Function.cpp | 401 *s << ", decl_context = {"; in GetDescription() local
|
H A D | Type.cpp | 1183 auto decl_context = type_system->GetCompilerDeclContextForType(m_static_type); FindDirectNestedType() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 1145 clang::DeclContext *decl_context = nullptr; in CreateEnumType() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1383 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...] |