Home
last modified time | relevance | path

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

12

/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/clang/lib/AST/
DDeclObjC.cpp90 if (MD && MD->isInstanceMethod() == isInstance) in getMethod()
108 if (MD && MD->isInstanceMethod() && !MD->isImplicit()) in HasUserDeclaredSetterMethod()
821 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
826 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
832 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
838 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
845 isInstanceMethod()); in getNextRedeclarationImpl()
857 isInstanceMethod())) in getCanonicalDecl()
864 isInstanceMethod())) in getCanonicalDecl()
870 isInstanceMethod()); in getCanonicalDecl()
[all …]
DMangle.cpp265 OS << (MD->isInstanceMethod() ? '-' : '+') << '[' << CD->getName(); in mangleObjCMethodName()
DComment.cpp183 IsInstanceMethod = MD->isInstanceMethod(); in fill()
DASTImporter.cpp3337 if (FoundMethod->isInstanceMethod() != D->isInstanceMethod()) in VisitObjCMethodDecl()
3344 << D->isInstanceMethod() << Name << D->getReturnType() in VisitObjCMethodDecl()
3348 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl()
3355 << D->isInstanceMethod() << Name in VisitObjCMethodDecl()
3359 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl()
3371 << D->isInstanceMethod() << Name in VisitObjCMethodDecl()
3383 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl()
3386 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl()
3404 Name.getObjCSelector(), ResultTy, ReturnTInfo, DC, D->isInstanceMethod(), in VisitObjCMethodDecl()
DDeclPrinter.cpp1038 if (OMD->isInstanceMethod()) in VisitObjCMethodDecl()
/external/clang/tools/libclang/
DCIndexUSRs.cpp104 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod() argument
109 generateUSRForObjCMethod(name, isInstanceMethod, OS); in clang_constructUSR_ObjCMethod()
DIndexDecl.cpp30 D->isInstanceMethod()); in hasUserDefined()
DIndexingContext.cpp1004 if (cast<ObjCMethodDecl>(D)->isInstanceMethod()) in getEntityInfo()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp102 !(D->isInstanceMethod() && D->getSelector() == FinalizeSel)) in TraverseObjCMethodDecl()
DTransEmptyStatementsAndDealloc.cpp214 } else if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in cleanupDeallocOrFinalize()
DObjCMT.cpp979 ClassString = OM->isInstanceMethod() ? '-' : '+'; in ReplaceWithInstancetype()
1167 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() || in migrateProperty()
1262 !OM->isInstanceMethod() || in migrateNsReturnsInnerPointer()
1305 if (OM->isInstanceMethod() || in migrateFactoryMethod()
DTransforms.cpp537 if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in GCRewriteFinalize()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp274 if (MDecl->isInstanceMethod()) in AddAnyMethodToGlobalPool()
368 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
422 MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
1664 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) && in DiagnoseClassExtensionDupMethods()
3252 if (!chosen->isInstanceMethod()) in isAcceptableMethodMismatch()
3289 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
3574 if (Method->isInstanceMethod()) { in ActOnAtEnd()
3824 method->isInstanceMethod() ? it->second.first : it->second.second; in OverrideSearch()
3927 Method->isInstanceMethod(), in search()
3980 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides()
[all …]
DSemaExprObjC.cpp1312 if (Method->isInstanceMethod() && isClassMessage) in getBaseMessageSendResultType()
1427 iface->getMethod(MD->getSelector(), MD->isInstanceMethod()); in findExplicitInstancetypeDeclarer()
1493 << Method->isInstanceMethod() << Method->getSelector() in EmitRelatedResultTypeNote()
1941 if (CurMethod->isInstanceMethod()) { in ActOnClassPropertyRefExpr()
2171 if (Method->isInstanceMethod()) { in ActOnSuperMessage()
2642 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod())) in BuildInstanceMessage()
2703 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod())) in BuildInstanceMessage()
2773 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod())) in BuildInstanceMessage()
DSemaCodeComplete.cpp191 if (Method->isInstanceMethod()) in ResultBuilder()
2008 if (Method->isInstanceMethod()) in AddOrdinaryNameResults()
3028 return cast<ObjCMethodDecl>(D)->isInstanceMethod() in getCursorKindForDecl()
5030 if (M->isInstanceMethod() == WantInstanceMethods || in AddObjCMethods()
5286 if (Method->isInstanceMethod()) in GetAssumedMessageSendExprType()
5344 CurMethod->isInstanceMethod()); in AddSuperSendCompletion()
5350 CurMethod->isInstanceMethod()))) in AddSuperSendCompletion()
5483 if (CurMethod->isInstanceMethod()) { in CodeCompleteObjCSuperMessage()
6352 if (M->isInstanceMethod() == WantInstanceMethods) { in FindImplementableMethods()
DSemaPseudoObject.cpp729 if ((Getter->isInstanceMethod() && !RefExpr->isClassReceiver()) || in buildGet()
789 if ((Setter->isInstanceMethod() && !RefExpr->isClassReceiver()) || in buildSet()
DSemaLookup.cpp1144 if (Method->isInstanceMethod() && Name.getAsIdentifierInfo()) in CppLookupName()
3541 if (Method->isInstanceMethod()) { in LookupVisibleDecls()
4220 if (Method->isInstanceMethod() && Method->getClassInterface() && in LookupPotentialTypoResult()
DSemaDeclAttr.cpp133 static bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function
272 bool HasImplicitThisParam = isInstanceMethod(D); in checkFunctionOrMethodParameterIndex()
2822 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttr()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp436 InterfD->isInstanceMethod()); in visit()
488 InterfD->isInstanceMethod()); in visit()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h419 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
/external/clang/lib/Index/
DUSRGeneration.cpp342 Out << (D->isInstanceMethod() ? "(im)" : "(cm)") in VisitObjCMethodDecl()
/external/clang/include/clang/AST/
DDeclObjC.h419 bool isInstanceMethod() const { return IsInstance; } in isInstanceMethod() function
738 &ObjCMethodDecl::isInstanceMethod>
/external/clang/include/clang-c/
DIndex.h3676 unsigned isInstanceMethod,

12