Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp23 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext() function in CompilerDecl
H A DType.cpp1100 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
1104 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
H A DBlock.cpp469 CompilerDeclContext Block::GetDeclContext() { in GetDeclContext() function in Block
H A DFunction.cpp491 CompilerDeclContext Function::GetDeclContext() { in GetDeclContext() function in Function
H A DVariable.cpp204 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext() function in Variable
H A DSymbolContext.cpp553 CompilerDeclContext decl_ctx = function_block->GetDeclContext(); in GetFunctionMethodInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h74 CompilerDeclContext GetDeclContext() const;
H A DVariable.h107 CompilerDeclContext GetDeclContext();
H A DBlock.h286 CompilerDeclContext GetDeclContext();
H A DFunction.h548 CompilerDeclContext GetDeclContext();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp635 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in GetTypeSystemClang()
794 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass()
894 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbObjCClass()
996 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVarNamespace()
1070 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVariable()
1150 CompilerDeclContext func_decl_context = function->GetDeclContext(); in SearchFunctionsInSymbolContexts()
1258 frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext() in LookupFunction()
1277 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in LookupFunction()
1746 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction()
1749 (clang::DeclContext *)function->GetDeclContext() in AddOneFunction()
H A DClangUserExpression.cpp129 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext()
H A DClangASTSource.cpp1066 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp375 void DWARFDIE::GetDeclContext( in GetDeclContext() function in DWARFDIE
382 parent.GetDeclContext(context); in GetDeclContext()
H A DDWARFDIE.h77 void GetDeclContext(
H A DSymbolFileDWARF.h310 static lldb_private::CompilerDeclContext GetDeclContext(const DWARFDIE &die);
H A DSymbolFileDWARF.cpp1353 return GetDeclContext(die); in GetDeclContextForUID()
2418 die.GetDeclContext(die_context); in FindTypes()
3847 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext() function in SymbolFileDWARF
H A DDWARFASTParserClang.cpp155 die.GetDeclContext(decl_context); in ParseTypeFromClangModule()
3197 SymbolFileDWARF::GetDeclContext(imported_uid); in GetClangDeclForDIE()