Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DCompilerDecl.cpp24 return m_type_system->DeclGetDeclContext(m_opaque_decl); in GetDeclContext()
DTypeSystem.cpp153 CompilerDeclContext TypeSystem::DeclGetDeclContext(void *opaque_decl) { in DeclGetDeclContext() function in TypeSystem
/external/llvm-project/lldb/include/lldb/Symbol/
DTypeSystem.h102 virtual CompilerDeclContext DeclGetDeclContext(void *opaque_decl);
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h484 CompilerDeclContext DeclGetDeclContext(void *opaque_decl) override;
DTypeSystemClang.cpp9197 CompilerDeclContext TypeSystemClang::DeclGetDeclContext(void *opaque_decl) { in DeclGetDeclContext() function in TypeSystemClang