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

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp24 return m_type_system->DeclGetDeclContext(m_opaque_decl);
H A DTypeSystem.cpp159 CompilerDeclContext TypeSystem::DeclGetDeclContext(void *opaque_decl) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h100 virtual CompilerDeclContext DeclGetDeclContext(void *opaque_decl);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h552 CompilerDeclContext DeclGetDeclContext(void *opaque_decl) override;
H A DTypeSystemClang.cpp8969 CompilerDeclContext TypeSystemClang::DeclGetDeclContext(void *opaque_decl) { function in class:TypeSystemClang

Completed in 190 milliseconds