Home
last modified time | relevance | path

Searched refs:GetDeclContext (Results 1 – 20 of 20) sorted by relevance

/llvm-project/lldb/unittests/SymbolFile/DWARF/
H A DDWARFDIETest.cpp268 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 DClangExpressionDeclMap.cpp653 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 DClangUserExpression.cpp125 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext()
H A DClangASTSource.cpp1008 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls()
/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h74 CompilerDeclContext GetDeclContext() const;
H A DVariable.h111 CompilerDeclContext GetDeclContext();
H A DBlock.h276 CompilerDeclContext GetDeclContext(); in GetInlinedFunctionInfo()
H A DFunction.h548 CompilerDeclContext GetDeclContext();
/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp24 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext() function in CompilerDecl
H A DType.cpp1233 m_decl.GetDeclContext().GetName().AsCString()); in GetReturnType()
1237 m_decl.GetDeclContext().GetName().AsCString()); in GetNumArguments()
H A DBlock.cpp486 CompilerDeclContext Block::GetDeclContext() { in AppendVariables()
496 CompilerDeclContext Block::GetDeclContext() { GetDeclContext() function in Block
H A DVariable.cpp196 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext() function in Variable
H A DFunction.cpp552 CompilerDeclContext Function::GetDeclContext() { in GetType()
525 CompilerDeclContext Function::GetDeclContext() { GetDeclContext() function in Function
H A DSymbolContext.cpp502 if (CompilerDeclContext decl_ctx = function_block->GetDeclContext()) in GetParentOfInlinedScope()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h84 GetDeclContext(bool derive_template_names = false) const;
H A DDWARFDIE.cpp456 DWARFDIE::GetDeclContext(bool derive_template_names) const { in GetTypeLookupContextImpl()
424 std::vector<CompilerContext> DWARFDIE::GetDeclContext() const { GetDeclContext() function in DWARFDIE
H A DSymbolFileDWARF.h299 static CompilerDeclContext GetDeclContext(const DWARFDIE &die);
H A DSymbolFileDWARF.cpp1445 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 DDWARFASTParserClang.cpp239 std::vector<lldb_private::CompilerContext> die_context = die.GetDeclContext();
3287 SymbolFileDWARF::GetDeclContext(imported_uid); in GetClangDeclForDIE()
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp469 return List.GetVariableAtIndex(0)->GetDeclContext(); in findFunctions()