Home
last modified time | relevance | path

Searched refs:isDirectMethod (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp3242 if (left->isDirectMethod() != right->isDirectMethod()) in MatchTwoMethodDeclarations()
3436 if (chosen->isDirectMethod() != other->isDirectMethod()) in isAcceptableMethodMismatch()
4741 if (!ObjCMethod->isDirectMethod()) { in ActOnMethodDeclaration()
4791 } else if (!IMD->isDirectMethod()) { in ActOnMethodDeclaration()
4834 if (!ObjCMethod->isDirectMethod() && in ActOnMethodDeclaration()
4859 } else if (ObjCMethod->isDirectMethod() || IMD->isDirectMethod()) { in ActOnMethodDeclaration()
4862 << ObjCMethod->isDirectMethod() << IMD->isDirectMethod() in ActOnMethodDeclaration()
HDSemaExprObjC.cpp1182 if (!Method->isDirectMethod()) in HelperToDiagnoseDirectSelectorsExpr()
1225 bool onlyDirect = Method->isDirectMethod(); in ParseObjCSelectorExpression()
3007 if (Method && Method->isDirectMethod()) { in BuildInstanceMessage()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCMac.cpp1595 if (MD->isInstanceMethod() && !MD->isDirectMethod()) in IsIvarOffsetKnownIdempotent()
2167 if (Method && Method->isDirectMethod()) { in EmitMessageSend()
2221 if (Method && Method->isDirectMethod()) { in EmitMessageSend()
3407 if (!MD->isDirectMethod()) in GenerateCategory()
3590 if (!MD->isDirectMethod()) in GenerateClass()
3996 if (!MD->isDirectMethod()) in emitMethodList()
4010 if (OMD->isDirectMethod()) { in GenerateMethod()
6379 if (!MD->isDirectMethod()) in BuildClassRoTInitializer()
6383 if (!MD->isDirectMethod()) in BuildClassRoTInitializer()
6705 if (MD->isDirectMethod()) in GenerateCategory()
HDCGDebugInfo.cpp3513 if (CGM.getCodeGenOpts().DwarfVersion < 5 && !OMD->isDirectMethod()) in getObjCMethodDeclaration()
3516 if (OMD->isDirectMethod()) in getObjCMethodDeclaration()
3535 ObjCMethodCache[ID].push_back({FD, OMD->isDirectMethod()}); in getObjCMethodDeclaration()
HDCGObjC.cpp690 if (OMD->isDirectMethod()) { in StartObjCMethod()
709 if (OMD->isDirectMethod()) { in StartObjCMethod()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp826 bool ObjCMethodDecl::isDirectMethod() const { in isDirectMethod() function in ObjCMethodDecl
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h480 bool isDirectMethod() const;