Home
last modified time | relevance | path

Searched refs:IsClassMethod (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp211 IsClassMethod = false; in fill()
249 IsClassMethod = !IsInstanceMethod; in fill()
262 IsClassMethod = !IsInstanceMethod; in fill()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp37 bool CompilerDeclContext::IsClassMethod() { in IsClassMethod() function in CompilerDeclContext
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h74 bool IsClassMethod();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h45 bool IsClassMethod() const { return m_type == eTypeClassMethod; } in IsClassMethod() function
H A DObjCLanguage.cpp193 if (objc_method->IsClassMethod() || objc_method->IsInstanceMethod()) { in GetMethodNameVariants()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1221 bool IsClassMethod; member
1242 Key.IsClassMethod); in getHashValue()
1249 LHS.IsClassMethod == RHS.IsClassMethod; in isEqual()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1164 if (!func_decl_context || func_decl_context.IsClassMethod()) in SearchFunctionsInSymbolContexts()
1296 if (decl_ctx.IsClassMethod()) in LookupFunction()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp860 if (DI->IsClassMethod) in visitFullComment()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4792 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod() local
4797 else if (IsClassMethod) in LookupIvarInObjCMethod()
4809 if (IsClassMethod) { in LookupIvarInObjCMethod()