Home
last modified time | relevance | path

Searched refs:DeclContextIsContainedInLookup (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerDeclContext.cpp56 return m_type_system->DeclContextIsContainedInLookup(m_opaque_decl_ctx, in IsContainedInLookup()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h127 virtual bool DeclContextIsContainedInLookup(void *opaque_decl_ctx,
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h509 bool DeclContextIsContainedInLookup(void *opaque_decl_ctx,
H A DTypeSystemClang.cpp9715 bool TypeSystemClang::DeclContextIsContainedInLookup( in DeclContextIsContainedInLookup() function in TypeSystemClang