Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h75 bool IsClassMethod();
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp37 bool CompilerDeclContext::IsClassMethod() { in IsClassMethod() function in CompilerDeclContext
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1201 bool IsClassMethod; member
1222 Key.IsClassMethod); in getHashValue()
1229 LHS.IsClassMethod == RHS.IsClassMethod; in isEqual()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h1063 unsigned IsClassMethod : 1;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1167 if (!func_decl_context || func_decl_context.IsClassMethod()) in SearchFunctionsInSymbolContexts()
1297 if (decl_ctx.IsClassMethod()) in LookupFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp848 if (DI->IsClassMethod) in visitFullComment()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3046 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod() local
3051 else if (IsClassMethod) in LookupIvarInObjCMethod()
3063 if (IsClassMethod) { in LookupIvarInObjCMethod()