/external/clang/test/Index/ |
D | annotate-comments-property-accessor.m | 16 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 23 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 32 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 33 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 42 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 52 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 53 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert…
|
D | overriding-method-comments.mm | 22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 31 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 37 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 51 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 57 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 64 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 70 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 76 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 81 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 86 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… [all …]
|
/external/llvm-project/clang/test/Index/ |
D | annotate-comments-property-accessor.m | 16 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 23 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 32 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 33 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 42 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 52 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 53 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert…
|
D | overriding-method-comments.mm | 22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 31 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 37 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 51 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 57 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 64 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 70 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 76 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 81 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… 86 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comment… [all …]
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 90 if (MD && MD->isInstanceMethod() == isInstance) in getMethod() 108 if (MD && MD->isInstanceMethod() && !MD->isImplicit()) in HasUserDeclaredSetterMethod() 853 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 858 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 864 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 870 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 877 isInstanceMethod()); in getNextRedeclarationImpl() 889 isInstanceMethod())) in getCanonicalDecl() 896 isInstanceMethod())) in getCanonicalDecl() 902 isInstanceMethod()); in getCanonicalDecl() [all …]
|
D | Mangle.cpp | 262 OS << (MD->isInstanceMethod() ? '-' : '+') << '[' << CD->getName(); in mangleObjCMethodNameWithoutSize()
|
D | Comment.cpp | 183 IsInstanceMethod = MD->isInstanceMethod(); in fill()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 113 if (MD && MD->isInstanceMethod() == isInstance) in getMethod() 131 if (MD && MD->isInstanceMethod() && !MD->isImplicit()) in HasUserDeclaredSetterMethod() 925 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 930 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 935 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 940 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 953 isInstanceMethod(), in getNextRedeclarationImpl() 972 if (ObjCMethodDecl *MD = IFD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl() 975 if (ObjCMethodDecl *MD = Ext->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl() 980 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl() [all …]
|
D | Comment.cpp | 258 IsInstanceMethod = MD->isInstanceMethod(); in fill()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndexUSRs.cpp | 101 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod() argument 106 generateUSRForObjCMethod(name, isInstanceMethod, OS); in clang_constructUSR_ObjCMethod()
|
/external/clang/tools/libclang/ |
D | CIndexUSRs.cpp | 104 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod() argument 109 generateUSRForObjCMethod(name, isInstanceMethod, OS); in clang_constructUSR_ObjCMethod()
|
/external/llvm-project/clang-tools-extra/clang-tidy/objc/ |
D | DeallocInCategoryCheck.cpp | 26 objcMethodDecl(isInstanceMethod(), hasName("dealloc"), in registerMatchers()
|
D | MissingHashCheck.cpp | 42 hasName("isEqual:"), isInstanceMethod(), in registerMatchers()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 335 if (MDecl->isInstanceMethod()) in AddAnyMethodToGlobalPool() 439 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef() 491 MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef() 1763 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) && in DiagnoseClassExtensionDupMethods() 3446 if (!chosen->isInstanceMethod()) in isAcceptableMethodMismatch() 3556 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool() 3935 IDecl->getMethod(MD->getSelector(), MD->isInstanceMethod())) { in DiagnoseCategoryDirectMembersProtocolConformance() 4004 if (Method->isInstanceMethod()) { in ActOnAtEnd() 4285 method->isInstanceMethod() ? it->second.first : it->second.second; in OverrideSearch() 4388 Method->isInstanceMethod(), in search() [all …]
|
D | SemaExprObjC.cpp | 1488 if (Method->isInstanceMethod() && isClassMessage) in getBaseMessageSendResultType() 1642 iface->getMethod(MD->getSelector(), MD->isInstanceMethod()); in findExplicitInstancetypeDeclarer() 1708 << Method->isInstanceMethod() << Method->getSelector() in EmitRelatedResultTypeNote() 2175 if (CurMethod->isInstanceMethod()) { in ActOnClassPropertyRefExpr() 2415 if (Method->isInstanceMethod()) { in ActOnSuperMessage() 2962 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod(), Methods)) in BuildInstanceMessage() 3022 if (Method->isInstanceMethod()) { in BuildInstanceMessage() 3032 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod(), in BuildInstanceMessage() 3109 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod(), in BuildInstanceMessage()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 101 !(D->isInstanceMethod() && D->getSelector() == FinalizeSel)) in TraverseObjCMethodDecl()
|
D | TransEmptyStatementsAndDealloc.cpp | 212 } else if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in cleanupDeallocOrFinalize()
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 102 !(D->isInstanceMethod() && D->getSelector() == FinalizeSel)) in TraverseObjCMethodDecl()
|
D | TransEmptyStatementsAndDealloc.cpp | 214 } else if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in cleanupDeallocOrFinalize()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 273 if (MDecl->isInstanceMethod()) in AddAnyMethodToGlobalPool() 367 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef() 421 MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef() 1672 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) && in DiagnoseClassExtensionDupMethods() 3341 if (!chosen->isInstanceMethod()) in isAcceptableMethodMismatch() 3448 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool() 3722 if (Method->isInstanceMethod()) { in ActOnAtEnd() 3973 method->isInstanceMethod() ? it->second.first : it->second.second; in OverrideSearch() 4076 Method->isInstanceMethod(), in search() 4129 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides() [all …]
|
D | SemaExprObjC.cpp | 1309 if (Method->isInstanceMethod() && isClassMessage) in getBaseMessageSendResultType() 1424 iface->getMethod(MD->getSelector(), MD->isInstanceMethod()); in findExplicitInstancetypeDeclarer() 1490 << Method->isInstanceMethod() << Method->getSelector() in EmitRelatedResultTypeNote() 1956 if (CurMethod->isInstanceMethod()) { in ActOnClassPropertyRefExpr() 2186 if (Method->isInstanceMethod()) { in ActOnSuperMessage() 2653 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod(), Methods)) in BuildInstanceMessage() 2709 if (Method->isInstanceMethod()) { in BuildInstanceMessage() 2719 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod(), in BuildInstanceMessage() 2797 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod(), in BuildInstanceMessage()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 433 InterfD->isInstanceMethod()); in visit() 485 InterfD->isInstanceMethod()); in visit()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 434 InterfD->isInstanceMethod()); in visit() 486 InterfD->isInstanceMethod()); in visit()
|
/external/clang/lib/Index/ |
D | IndexDecl.cpp | 44 D->isInstanceMethod()); in hasUserDefined()
|
D | IndexSymbol.cpp | 140 if (cast<ObjCMethodDecl>(D)->isInstanceMethod()) in getSymbolInfo()
|