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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h77 void GetDeclContext(
98 lldb_private::CompilerDeclContext GetDeclContext() const;
H A DDWARFDIE.cpp345 void DWARFDIE::GetDeclContext( function in class:DWARFDIE
352 parent.GetDeclContext(context);
430 CompilerDeclContext DWARFDIE::GetDeclContext() const { function in class:DWARFDIE
H A DDWARFASTParserClang.cpp153 die.GetDeclContext(decl_context);
3296 CompilerDeclContext imported_decl_ctx = imported_uid.GetDeclContext();
H A DSymbolFileDWARF.cpp1305 return die.GetDeclContext();
2548 die.GetDeclContext(die_context);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp23 CompilerDeclContext CompilerDecl::GetDeclContext() const { function in class:CompilerDecl
H A DType.cpp1072 m_decl.GetDeclContext().GetName().AsCString());
1076 m_decl.GetDeclContext().GetName().AsCString());
H A DFunction.cpp471 CompilerDeclContext Function::GetDeclContext() {
H A DBlock.cpp469 CompilerDeclContext Block::GetDeclContext() { function in class:Block
H A DVariable.cpp206 CompilerDeclContext Variable::GetDeclContext() { function in class:Variable
H A DSymbolContext.cpp550 CompilerDeclContext decl_ctx = function_block->GetDeclContext();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h74 CompilerDeclContext GetDeclContext() const;
H A DVariable.h104 CompilerDeclContext GetDeclContext();
H A DBlock.h286 CompilerDeclContext GetDeclContext();
H A DFunction.h512 CompilerDeclContext GetDeclContext();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp626 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext();
811 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext();
912 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext();
1014 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext();
1089 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext();
1169 CompilerDeclContext func_decl_context = function->GetDeclContext();
1279 frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext()
1298 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext();
1782 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem();
1785 (clang::DeclContext *)function->GetDeclContext()
[all...]
H A DClangUserExpression.cpp129 CompilerDeclContext decl_context = function_block->GetDeclContext();
H A DClangASTSource.cpp1146 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext();

Completed in 428 milliseconds