Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp39 return m_type_system->DeclContextIsClassMethod(m_opaque_decl_ctx); in IsClassMethod()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h130 virtual bool DeclContextIsClassMethod(void *opaque_decl_ctx) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h593 bool DeclContextIsClassMethod(void *opaque_decl_ctx) override;
H A DTypeSystemClang.cpp9481 bool TypeSystemClang::DeclContextIsClassMethod(void *opaque_decl_ctx) { in DeclContextIsClassMethod() function in TypeSystemClang