Home
last modified time | relevance | path

Searched defs:IsClassMethod (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp37 bool CompilerDeclContext::IsClassMethod() { in IsClassMethod() function in CompilerDeclContext
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h45 bool IsClassMethod() const { return m_type == eTypeClassMethod; } in IsClassMethod() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1201 bool IsClassMethod; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4798 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod() local