| /llvm-project/lldb/unittests/SymbolFile/DWARF/ |
| H A D | DWARFDIETest.cpp | 268 struct_die.GetDeclContext(), in TEST() 276 EXPECT_THAT(anon_struct_die.GetDeclContext(), in TEST() 389 a_struct_die.GetDeclContext(),
|
| /llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 653 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in GetTypeSystemClang() 808 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass() 913 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbObjCClass() 990 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVarNamespace() 1063 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVariable() 1164 CompilerDeclContext func_decl_context = function->GetDeclContext(); in SearchFunctionsInSymbolContexts() 1274 frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext() in LookupFunction() 1289 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in LookupFunction() 1818 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction() 1821 (clang::DeclContext *)function->GetDeclContext() in AddOneFunction() [all...] |
| H A D | ClangUserExpression.cpp | 125 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext()
|
| H A D | ClangASTSource.cpp | 1008 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls()
|
| /llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerDecl.h | 74 CompilerDeclContext GetDeclContext() const;
|
| H A D | Variable.h | 111 CompilerDeclContext GetDeclContext();
|
| H A D | Block.h | 276 CompilerDeclContext GetDeclContext(); in GetInlinedFunctionInfo()
|
| H A D | Function.h | 548 CompilerDeclContext GetDeclContext();
|
| /llvm-project/lldb/source/Symbol/ |
| H A D | CompilerDecl.cpp | 24 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext() function in CompilerDecl
|
| H A D | Type.cpp | 1233 m_decl.GetDeclContext().GetName().AsCString()); in GetReturnType() 1237 m_decl.GetDeclContext().GetName().AsCString()); in GetNumArguments()
|
| H A D | Block.cpp | 486 CompilerDeclContext Block::GetDeclContext() { in AppendVariables() 496 CompilerDeclContext Block::GetDeclContext() { GetDeclContext() function in Block
|
| H A D | Variable.cpp | 196 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext() function in Variable
|
| H A D | Function.cpp | 552 CompilerDeclContext Function::GetDeclContext() { in GetType() 525 CompilerDeclContext Function::GetDeclContext() { GetDeclContext() function in Function
|
| H A D | SymbolContext.cpp | 502 if (CompilerDeclContext decl_ctx = function_block->GetDeclContext()) in GetParentOfInlinedScope()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDIE.h | 84 GetDeclContext(bool derive_template_names = false) const;
|
| H A D | DWARFDIE.cpp | 456 DWARFDIE::GetDeclContext(bool derive_template_names) const { in GetTypeLookupContextImpl() 424 std::vector<CompilerContext> DWARFDIE::GetDeclContext() const { GetDeclContext() function in DWARFDIE
|
| H A D | SymbolFileDWARF.h | 299 static CompilerDeclContext GetDeclContext(const DWARFDIE &die);
|
| H A D | SymbolFileDWARF.cpp | 1445 return GetDeclContext(die); in ParseBlocksRecursive() 1467 return die.GetDeclContext(); in ClassOrStructIsVirtual() 2743 ? die.GetDeclContext(/*derive_template_names=*/true) in FindTypes() 4316 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDwpSymbolFile() 4355 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { GetDeclContext() function in SymbolFileDWARF
|
| H A D | DWARFASTParserClang.cpp | 239 std::vector<lldb_private::CompilerContext> die_context = die.GetDeclContext(); 3287 SymbolFileDWARF::GetDeclContext(imported_uid); in GetClangDeclForDIE()
|
| /llvm-project/lldb/tools/lldb-test/ |
| H A D | lldb-test.cpp | 469 return List.GetVariableAtIndex(0)->GetDeclContext(); in findFunctions()
|