Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerDeclContext.cpp41 return m_type_system->DeclContextIsClassMethod( in IsClassMethod()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h123 virtual bool DeclContextIsClassMethod(
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h504 bool DeclContextIsClassMethod(void *opaque_decl_ctx,
H A DTypeSystemClang.cpp9675 bool TypeSystemClang::DeclContextIsClassMethod( in DeclContextIsClassMethod() function in TypeSystemClang