Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h96 GetDeclContext(std::vector<lldb_private::CompilerContext> &context) const;
120 lldb_private::CompilerDeclContext GetDeclContext() const;
H A DDWARFDIE.cpp169 void DWARFDIE::GetDeclContext(std::vector<CompilerContext> &context) const { in GetDeclContext() function in DWARFDIE
175 parent.GetDeclContext(context); in GetDeclContext()
293 CompilerDeclContext DWARFDIE::GetDeclContext() const { in GetDeclContext() function in DWARFDIE
H A DSymbolFileDWARF.cpp1375 return die.GetDeclContext(); in GetDeclContextForUID()
2567 die.GetDeclContext(die_context); in FindTypes()
H A DDWARFASTParserClang.cpp149 die.GetDeclContext(decl_context); in ParseTypeFromDWO()
3640 CompilerDeclContext imported_decl_ctx = imported_uid.GetDeclContext(); in GetClangDeclForDIE()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerDecl.cpp28 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext() function in CompilerDecl
H A DType.cpp1064 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
1068 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
H A DBlock.cpp454 CompilerDeclContext Block::GetDeclContext() { in GetDeclContext() function in Block
H A DFunction.cpp434 CompilerDeclContext Function::GetDeclContext() { in GetDeclContext() function in Function
H A DVariable.cpp205 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext() function in Variable
H A DSymbolContext.cpp575 CompilerDeclContext decl_ctx = function_block->GetDeclContext(); in GetFunctionMethodInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerDecl.h71 CompilerDeclContext GetDeclContext() const;
H A DVariable.h109 CompilerDeclContext GetDeclContext();
H A DBlock.h334 CompilerDeclContext GetDeclContext();
H A DFunction.h530 CompilerDeclContext GetDeclContext();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp754 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in GetClangASTContext()
942 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in FindExternalVisibleDecls()
1037 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in FindExternalVisibleDecls()
1145 sym_ctx.block != nullptr ? sym_ctx.block->GetDeclContext() in FindExternalVisibleDecls()
1205 sym_ctx.block != nullptr ? sym_ctx.block->GetDeclContext() in FindExternalVisibleDecls()
1300 frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext() in FindExternalVisibleDecls()
1342 CompilerDeclContext func_decl_context = function->GetDeclContext(); in FindExternalVisibleDecls()
1410 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in FindExternalVisibleDecls()
1965 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction()
1968 (clang::DeclContext *)function->GetDeclContext() in AddOneFunction()
H A DClangUserExpression.cpp126 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext()
H A DClangASTSource.cpp1293 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls()