Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp41 return m_type_system->DeclContextIsClassMethod( in IsClassMethod()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h124 virtual bool DeclContextIsClassMethod(
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h512 bool DeclContextIsClassMethod(void *opaque_decl_ctx,
H A DTypeSystemClang.cpp9578 bool TypeSystemClang::DeclContextIsClassMethod( in DeclContextIsClassMethod() function in TypeSystemClang