Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp25 return m_type_system->DeclGetDeclContext(m_opaque_decl); in GetDeclContext()
H A DTypeSystem.cpp164 CompilerDeclContext TypeSystem::DeclGetDeclContext(void *opaque_decl) { in DeclGetDeclContext() function in TypeSystem
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h103 virtual CompilerDeclContext DeclGetDeclContext(void *opaque_decl);
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h557 CompilerDeclContext DeclGetDeclContext(void *opaque_decl) override;
H A DTypeSystemClang.cpp9155 CompilerDeclContext TypeSystemClang::DeclGetDeclContext(void *opaque_decl) { in DeclGetDeclContext() function in TypeSystemClang