Home
last modified time | relevance | path

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

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