/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 114 if (MD && MD->isInstanceMethod() == isInstance) in getMethod() 132 if (MD && MD->isInstanceMethod() && !MD->isImplicit()) in HasUserDeclaredSetterMethod() 977 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 982 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 987 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 992 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 1005 isInstanceMethod(), in getNextRedeclarationImpl() 1024 if (ObjCMethodDecl *MD = IFD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl() 1027 if (ObjCMethodDecl *MD = Ext->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl() 1032 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl() [all …]
|
H A D | ODRDiagsEmitter.cpp | 455 if (FirstMethod->isInstanceMethod() != SecondMethod->isInstanceMethod()) { in diagnoseSubMismatchObjCMethod() 457 << FirstMethod << FirstMethod->isInstanceMethod(); in diagnoseSubMismatchObjCMethod() 459 << SecondMethod << SecondMethod->isInstanceMethod(); in diagnoseSubMismatchObjCMethod()
|
H A D | Mangle.cpp | 368 OS << (MD->isInstanceMethod() ? '-' : '+') << '['; in mangleObjCMethodName()
|
H A D | ASTStructuralEquivalence.cpp | 2173 Method1->isInstanceMethod() == Method2->isInstanceMethod() && in IsStructurallyEquivalent()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 342 if (MDecl->isInstanceMethod()) in AddAnyMethodToGlobalPool() 447 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef() 499 MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef() 1776 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) && in DiagnoseClassExtensionDupMethods() 3464 if (!chosen->isInstanceMethod()) in isAcceptableMethodMismatch() 3573 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool() 3953 IDecl->getMethod(MD->getSelector(), MD->isInstanceMethod())) { in DiagnoseCategoryDirectMembersProtocolConformance() 4024 if (Method->isInstanceMethod()) { in ActOnAtEnd() 4307 method->isInstanceMethod() ? it->second.first : it->second.second; in OverrideSearch() 4410 Method->isInstanceMethod(), in search() [all …]
|
H A D | SemaExprObjC.cpp | 1500 if (Method->isInstanceMethod() && isClassMessage) in getBaseMessageSendResultType() 1653 iface->getMethod(MD->getSelector(), MD->isInstanceMethod()); in findExplicitInstancetypeDeclarer() 1721 << Method->isInstanceMethod() << Method->getSelector() in EmitRelatedResultTypeNote() 2186 if (CurMethod->isInstanceMethod()) { in ActOnClassPropertyRefExpr() 2425 if (Method->isInstanceMethod()) { in ActOnSuperMessage() 2968 Sel, ArgsIn, Method->isInstanceMethod(), Methods)) in BuildInstanceMessage() 3028 if (Method->isInstanceMethod()) { in BuildInstanceMessage() 3038 Sel, ArgsIn, Method->isInstanceMethod(), Methods)) in BuildInstanceMessage() 3115 Sel, ArgsIn, Method->isInstanceMethod(), Methods)) in BuildInstanceMessage() 4829 } else if (CurMethod->isInstanceMethod()) { in LookupIvarInObjCMethod() [all …]
|
H A D | SemaObjCProperty.cpp | 1041 Decl->getReturnTypeSourceInfo(), Impl, Decl->isInstanceMethod(), in RedeclarePropertyAccessor() 1419 getterMethod->getSelector(), getterMethod->isInstanceMethod()); in ActOnPropertyImplDecl() 1483 setterMethod->getSelector(), setterMethod->isInstanceMethod()); in ActOnPropertyImplDecl() 1820 Method->isInstanceMethod()); in IvarBacksCurrentMethodAccessor()
|
H A D | SemaPseudoObject.cpp | 744 if ((Getter->isInstanceMethod() && !RefExpr->isClassReceiver()) || in buildGet() 805 if ((Setter->isInstanceMethod() && !RefExpr->isClassReceiver()) || in buildSet()
|
H A D | SemaCodeComplete.cpp | 234 if (Method->isInstanceMethod()) in ResultBuilder() 2720 if (Method->isInstanceMethod()) in AddOrdinaryNameResults() 4094 return cast<ObjCMethodDecl>(D)->isInstanceMethod() in getCursorKindForDecl() 5125 M->getReturnType()->isVoidType() || M->isInstanceMethod()) in AddObjCProperties() 7655 if (M->isInstanceMethod() == WantInstanceMethods || in AddObjCMethods() 7914 if (Method->isInstanceMethod()) in GetAssumedMessageSendExprType() 7972 CurMethod->isInstanceMethod()); in AddSuperSendCompletion() 7978 CurMethod->isInstanceMethod()))) in AddSuperSendCompletion() 8110 if (CurMethod->isInstanceMethod()) { in CodeCompleteObjCSuperMessage() 8998 if (!WantInstanceMethods || M->isInstanceMethod() == *WantInstanceMethods) { in FindImplementableMethods() [all …]
|
H A D | SemaX86.cpp | 890 isInstanceMethod(D) || in handleAnyInterruptAttr()
|
H A D | SemaAPINotes.cpp | 994 Method->isInstanceMethod()); in ProcessAPINotes()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 101 !(D->isInstanceMethod() && D->getSelector() == FinalizeSel)) in TraverseObjCMethodDecl()
|
H A D | TransEmptyStatementsAndDealloc.cpp | 212 } else if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in cleanupDeallocOrFinalize()
|
H A D | ObjCMT.cpp | 967 ClassString = OM->isInstanceMethod() ? '-' : '+'; in ReplaceWithInstancetype() 1154 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() || in migrateProperty() 1249 !OM->isInstanceMethod() || in migrateNsReturnsInnerPointer() 1292 if (OM->isInstanceMethod() || in migrateFactoryMethod()
|
H A D | Transforms.cpp | 532 if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in GCRewriteFinalize()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Attr.h | 120 inline bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 679 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 426 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod() function 434 bool isClassMethod() const { return !isInstanceMethod(); } in isClassMethod() 1029 &ObjCMethodDecl::isInstanceMethod>;
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 370 OS << (OMD->isInstanceMethod() ? '-' : '+') << '['; in getFunctionName()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 220 Info.Kind = MD->isInstanceMethod() ? SymbolKind::InstanceMethod : SymbolKind::ClassMethod; in getSymbolInfo()
|
H A D | IndexDecl.cpp | 82 D->isInstanceMethod()); in hasUserDefined()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUserExpression.cpp | 211 if (!method_decl->isInstanceMethod()) in ScanContext()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckObjCDealloc.cpp | 970 if (!MD || !MD->isInstanceMethod() || MD->getSelector() != DeallocSel) in isInInstanceDealloc()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 1408 else if (Method->isInstanceMethod()) in getFragmentsForObjCMethod() 1630 else if (Method->isInstanceMethod()) in getSubHeading()
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 449 REGISTER_MATCHER(isInstanceMethod); in RegistryMaps()
|