Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3261 if (left->isDirectMethod() != right->isDirectMethod()) in MatchTwoMethodDeclarations()
3457 if (chosen->isDirectMethod() != other->isDirectMethod()) in isAcceptableMethodMismatch()
3944 if (CMD->isDirectMethod()) in DiagnoseCategoryDirectMembersProtocolConformance()
4418 if (overridden->isDirectMethod()) { in CheckObjCMethodDirectOverrides()
4422 } else if (method->isDirectMethod()) { in CheckObjCMethodDirectOverrides()
4671 if (Method->isDirectMethod() || IMD->isDirectMethod()) { in checkObjCDirectMethodClashes()
4673 << Method->isDirectMethod() << /* method */ 0 << IMD->isDirectMethod() in checkObjCDirectMethodClashes()
4867 if (!ObjCMethod->isDirectMethod()) { in ActOnMethodDeclaration()
4869 if (CanonicalMD->isDirectMethod()) { in ActOnMethodDeclaration()
4915 if (ObjCMethod->isDirectMethod()) { in ActOnMethodDeclaration()
[all …]
H A DSemaObjCProperty.cpp2419 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2422 << ExistingGetter->isDirectMethod() in ProcessPropertyDecl()
2435 if (ExistingSetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2438 << ExistingSetter->isDirectMethod() in ProcessPropertyDecl()
H A DSemaExprObjC.cpp1243 if (Method->isDirectMethod()) { in LookupDirectMethodInMethodList()
1334 if (LikelyTargetMethod && LikelyTargetMethod->isDirectMethod()) { in ParseObjCSelectorExpression()
2700 if (Method && Method->isDirectMethod() && SuperLoc.isValid()) { in BuildClassMessage()
3140 if (Method && Method->isDirectMethod()) { in BuildInstanceMessage()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp1585 if (MD->isInstanceMethod() && !MD->isDirectMethod()) in IsIvarOffsetKnownIdempotent()
2165 if (Method && Method->isDirectMethod()) { in EmitMessageSend()
3357 if (!MD->isDirectMethod()) in GenerateCategory()
3540 if (!MD->isDirectMethod()) in GenerateClass()
3946 if (!MD->isDirectMethod()) in emitMethodList()
3960 if (OMD->isDirectMethod()) { in GenerateMethod()
6355 if (!MD->isDirectMethod()) in BuildClassRoTInitializer()
6359 if (!MD->isDirectMethod()) in BuildClassRoTInitializer()
6682 if (MD->isDirectMethod()) in GenerateCategory()
H A DCGObjC.cpp762 if (OMD->isDirectMethod()) { in StartObjCMethod()
781 if (OMD->isDirectMethod()) { in StartObjCMethod()
H A DCGDebugInfo.cpp3934 if (CGM.getCodeGenOpts().DwarfVersion < 5 && !OMD->isDirectMethod()) in getObjCMethodDeclaration()
3937 if (OMD->isDirectMethod()) in getObjCMethodDeclaration()
3956 ObjCMethodCache[ID].push_back({FD, OMD->isDirectMethod()}); in getObjCMethodDeclaration()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1970 Method1->isDirectMethod() == Method2->isDirectMethod(); in IsStructurallyEquivalent()
H A DDeclObjC.cpp836 bool ObjCMethodDecl::isDirectMethod() const { in isDirectMethod() function in ObjCMethodDecl
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp919 EXPECT_FALSE(method->isDirectMethod()); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h488 bool isDirectMethod() const;