Home
last modified time | relevance | path

Searched refs:DeclGetDeclContext (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerDecl.cpp24 return m_type_system->DeclGetDeclContext(m_opaque_decl); in GetDeclContext()
H A DTypeSystem.cpp155 CompilerDeclContext TypeSystem::DeclGetDeclContext(void *opaque_decl) { in DeclGetDeclContext() function in TypeSystem
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h101 virtual CompilerDeclContext DeclGetDeclContext(void *opaque_decl);
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h473 CompilerDeclContext DeclGetDeclContext(void *opaque_decl) override;
H A DTypeSystemClang.cpp9427 CompilerDeclContext TypeSystemClang::DeclGetDeclContext(void *opaque_decl) { in DeclGetDeclContext() function in TypeSystemClang