Home
last modified time | relevance | path

Searched refs:isInstanceMethod (Results 1 – 25 of 103) sorted by relevance

12345

/external/clang/test/Index/
Dannotate-comments-property-accessor.m16 // 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…
Doverriding-method-comments.mm22 // 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/
Dannotate-comments-property-accessor.m16 // 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…
Doverriding-method-comments.mm22 // 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/
DDeclObjC.cpp90 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 …]
DMangle.cpp262 OS << (MD->isInstanceMethod() ? '-' : '+') << '[' << CD->getName(); in mangleObjCMethodNameWithoutSize()
DComment.cpp183 IsInstanceMethod = MD->isInstanceMethod(); in fill()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp113 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 …]
DComment.cpp258 IsInstanceMethod = MD->isInstanceMethod(); in fill()
/external/llvm-project/clang/tools/libclang/
DCIndexUSRs.cpp101 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod() argument
106 generateUSRForObjCMethod(name, isInstanceMethod, OS); in clang_constructUSR_ObjCMethod()
/external/clang/tools/libclang/
DCIndexUSRs.cpp104 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/
DDeallocInCategoryCheck.cpp26 objcMethodDecl(isInstanceMethod(), hasName("dealloc"), in registerMatchers()
DMissingHashCheck.cpp42 hasName("isEqual:"), isInstanceMethod(), in registerMatchers()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp335 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 …]
DSemaExprObjC.cpp1488 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/
DTransZeroOutPropsInDealloc.cpp101 !(D->isInstanceMethod() && D->getSelector() == FinalizeSel)) in TraverseObjCMethodDecl()
DTransEmptyStatementsAndDealloc.cpp212 } else if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in cleanupDeallocOrFinalize()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp102 !(D->isInstanceMethod() && D->getSelector() == FinalizeSel)) in TraverseObjCMethodDecl()
DTransEmptyStatementsAndDealloc.cpp214 } else if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in cleanupDeallocOrFinalize()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp273 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 …]
DSemaExprObjC.cpp1309 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/
DIvarInvalidationChecker.cpp433 InterfD->isInstanceMethod()); in visit()
485 InterfD->isInstanceMethod()); in visit()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp434 InterfD->isInstanceMethod()); in visit()
486 InterfD->isInstanceMethod()); in visit()
/external/clang/lib/Index/
DIndexDecl.cpp44 D->isInstanceMethod()); in hasUserDefined()
DIndexSymbol.cpp140 if (cast<ObjCMethodDecl>(D)->isInstanceMethod()) in getSymbolInfo()

12345