Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3255 if (left->isDirectMethod() != right->isDirectMethod()) in MatchTwoMethodDeclarations()
3449 if (chosen->isDirectMethod() != other->isDirectMethod()) in isAcceptableMethodMismatch()
3936 if (CMD->isDirectMethod()) in DiagnoseCategoryDirectMembersProtocolConformance()
4644 if (!Method->isDirectMethod() && !Method->hasAttr<UnavailableAttr>() && in mergeObjCDirectMembers()
4661 if (Method->isDirectMethod() || IMD->isDirectMethod()) { in checkObjCDirectMethodClashes()
4663 << Method->isDirectMethod() << /* method */ 0 << IMD->isDirectMethod() in checkObjCDirectMethodClashes()
4857 if (!ObjCMethod->isDirectMethod()) { in ActOnMethodDeclaration()
4907 } else if (!IMD->isDirectMethod()) { in ActOnMethodDeclaration()
DSemaObjCProperty.cpp2428 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2431 << ExistingGetter->isDirectMethod() in ProcessPropertyDecl()
2444 if (ExistingSetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2447 << ExistingSetter->isDirectMethod() in ProcessPropertyDecl()
DSemaExprObjC.cpp1243 if (Method->isDirectMethod()) { in LookupDirectMethodInMethodList()
1334 if (LikelyTargetMethod && LikelyTargetMethod->isDirectMethod()) { in ParseObjCSelectorExpression()
2699 if (Method && Method->isDirectMethod() && SuperLoc.isValid()) { in BuildClassMessage()
3139 if (Method && Method->isDirectMethod()) { in BuildInstanceMessage()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCMac.cpp1585 if (MD->isInstanceMethod() && !MD->isDirectMethod()) in IsIvarOffsetKnownIdempotent()
2157 if (Method && Method->isDirectMethod()) { in EmitMessageSend()
2211 if (Method && Method->isDirectMethod()) { in EmitMessageSend()
3400 if (!MD->isDirectMethod()) in GenerateCategory()
3583 if (!MD->isDirectMethod()) in GenerateClass()
3989 if (!MD->isDirectMethod()) in emitMethodList()
4003 if (OMD->isDirectMethod()) { in GenerateMethod()
6385 if (!MD->isDirectMethod()) in BuildClassRoTInitializer()
6389 if (!MD->isDirectMethod()) in BuildClassRoTInitializer()
6712 if (MD->isDirectMethod()) in GenerateCategory()
DCGDebugInfo.cpp3698 if (CGM.getCodeGenOpts().DwarfVersion < 5 && !OMD->isDirectMethod()) in getObjCMethodDeclaration()
3701 if (OMD->isDirectMethod()) in getObjCMethodDeclaration()
3720 ObjCMethodCache[ID].push_back({FD, OMD->isDirectMethod()}); in getObjCMethodDeclaration()
DCGObjC.cpp760 if (OMD->isDirectMethod()) { in StartObjCMethod()
779 if (OMD->isDirectMethod()) { in StartObjCMethod()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp730 EXPECT_FALSE(method->isDirectMethod()); in TEST_F()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp828 bool ObjCMethodDecl::isDirectMethod() const { in isDirectMethod() function in ObjCMethodDecl
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h488 bool isDirectMethod() const;