Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerDeclContext.cpp52 bool CompilerDeclContext::IsClassMethod(lldb::LanguageType *language_ptr, in IsClassMethod() function in CompilerDeclContext
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h1078 unsigned IsClassMethod : 1; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp2418 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod() local