Home
last modified time | relevance | path

Searched refs:isClassMethod (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexBody.cpp248 if (Getter->isClassMethod() && in VisitObjCMessageExpr()
302 if (Getter->isClassMethod()) { in VisitObjCPropertyRefExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h430 bool isClassMethod() const { return !isInstanceMethod(); } in isClassMethod() function
1068 &ObjCMethodDecl::isClassMethod>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp48 bool isClassMethod) { in SymbolNameForMethod() argument
52 return (Twine(isClassMethod ? "_c_" : "_i_") + ClassName + "_" + in SymbolNameForMethod()
3758 bool isClassMethod = !OMD->isInstanceMethod(); in GenerateMethod() local
3764 MethodName, isClassMethod); in GenerateMethod()
H A DCGObjCMac.cpp1147 + (size_t(MD->isClassMethod())); in get()
2112 } else if (ClassReceiver && Method && Method->isClassMethod()) { in EmitMessageSend()
3314 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateCategory()
3496 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateClass()
H A DCGObjC.cpp66 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method"); in EmitObjCBoxedExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2616 match = !(MethodDecl->isClassMethod() && in WarnExactTypedMethods()
4740 InferRelatedResultType = ObjCMethod->isClassMethod(); in ActOnMethodDeclaration()
4763 if (ObjCMethod->isClassMethod() && in ActOnMethodDeclaration()
4976 if (Method->isClassMethod()) in GetIvarBackingPropertyAccessor()
H A DSemaObjCProperty.cpp1949 x->isClassMethod() == Prop->isClassProperty(); in DiagnoseUnimplementedAccessor()
H A DSemaDeclAttr.cpp7408 if (Init && Result == AR_Available && MD->isClassMethod() && in ShouldDiagnoseAvailabilityOfDecl()
7463 if (MethodD->isClassMethod() && in ShouldDiagnoseAvailabilityInContext()
H A DSemaExprObjC.cpp1376 assert(MD->isClassMethod() && "expected a class method"); in getMessageSendResultType()
H A DSemaExpr.cpp2418 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod()
11225 DiagID = method->isClassMethod() in CheckForModifiableLvalue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1114 assert(isClassMethod()); in getSelfType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4756 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()
4786 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()