Home
last modified time | relevance | path

Searched refs:isInstanceMethod (Results 1 – 25 of 37) 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.cpp89 if (MD && MD->isInstanceMethod() == isInstance) in getMethod()
560 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclaration()
564 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclaration()
569 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclaration()
574 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclaration()
580 isInstanceMethod()); in getNextRedeclaration()
592 isInstanceMethod())) in getCanonicalDecl()
599 isInstanceMethod())) in getCanonicalDecl()
605 isInstanceMethod()); in getCanonicalDecl()
644 if (!isInstanceMethod() || !getResultType()->isObjCObjectPointerType()) in getMethodFamily()
[all …]
DMangle.cpp141 OS << (MD->isInstanceMethod() ? '-' : '+') << '[' << CD->getName(); in mangleObjCMethodName()
DComment.cpp184 IsInstanceMethod = MD->isInstanceMethod(); in fill()
DASTImporter.cpp3166 if (FoundMethod->isInstanceMethod() != D->isInstanceMethod()) in VisitObjCMethodDecl()
3173 << D->isInstanceMethod() << Name in VisitObjCMethodDecl()
3177 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl()
3184 << D->isInstanceMethod() << Name in VisitObjCMethodDecl()
3188 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl()
3200 << D->isInstanceMethod() << Name in VisitObjCMethodDecl()
3212 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl()
3215 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl()
3237 D->isInstanceMethod(), in VisitObjCMethodDecl()
DDumpXML.cpp845 setFlag("instance", D->isInstanceMethod()); in visitObjCMethodDeclAttrs()
DDeclPrinter.cpp894 if (OMD->isInstanceMethod()) in VisitObjCMethodDecl()
DASTDumper.cpp1118 if (D->isInstanceMethod()) in VisitObjCMethodDecl()
/external/clang/tools/libclang/
DCIndexUSRs.cpp122 void GenObjCMethod(StringRef sel, bool isInstanceMethod);
312 Out << (D->isInstanceMethod() ? "(im)" : "(cm)"); in VisitObjCMethodDecl()
787 void USRGenerator::GenObjCMethod(StringRef meth, bool isInstanceMethod) { in GenObjCMethod() argument
788 Out << (isInstanceMethod ? "(im)" : "(cm)") << meth; in GenObjCMethod()
881 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod() argument
885 UG->GenObjCMethod(name, isInstanceMethod); in clang_constructUSR_ObjCMethod()
DIndexingContext.cpp995 if (cast<ObjCMethodDecl>(D)->isInstanceMethod()) in getEntityInfo()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp102 !(D->isInstanceMethod() && D->getSelector() == FinalizeSel)) in TraverseObjCMethodDecl()
DTransEmptyStatementsAndDealloc.cpp222 } else if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in cleanupDeallocOrFinalize()
DTransforms.cpp542 if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in GCRewriteFinalize()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp447 InterfD->isInstanceMethod()); in visit()
496 InterfD->isInstanceMethod()); in visit()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp278 if (MDecl->isInstanceMethod()) in AddAnyMethodToGlobalPool()
373 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
411 MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
2154 if (!chosen->isInstanceMethod()) in isAcceptableMethodMismatch()
2338 if (Method->isInstanceMethod()) { in ActOnAtEnd()
2653 method->isInstanceMethod() ? it->second.first : it->second.second; in OverrideSearch()
2761 Method->isInstanceMethod()); in search()
2991 ObjCMethod->isInstanceMethod()); in ActOnMethodDeclaration()
3060 InferRelatedResultType = ObjCMethod->isInstanceMethod(); in ActOnMethodDeclaration()
DSemaDeclAttr.cpp169 static bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function
247 const bool HasImplicitThisParam = isInstanceMethod(D); in checkFunctionOrMethodArgumentIndex()
1021 if (MD->isInstanceMethod()) { in handleIBAction()
1134 bool HasImplicitThisParam = isInstanceMethod(D); in handleAllocSizeAttr()
1208 bool HasImplicitThisParam = isInstanceMethod(D); in handleNonNullAttr()
1340 bool HasImplicitThisParam = isInstanceMethod(D); in handleOwnershipAttr()
2982 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatArgAttr()
3168 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttr()
DSemaPseudoObject.cpp632 if (Getter->isInstanceMethod() || RefExpr->isObjectReceiver()) { in buildGet()
692 if (Setter->isInstanceMethod() || RefExpr->isObjectReceiver()) { in buildSet()
DSemaExprObjC.cpp1069 if (Method->isInstanceMethod() && isClassMessage) in getMessageSendResultType()
1120 << Method->isInstanceMethod() << Method->getSelector() in EmitRelatedResultTypeNote()
1563 if (CurMethod->isInstanceMethod()) { in ActOnClassPropertyRefExpr()
1807 if (Method->isInstanceMethod()) { in ActOnSuperMessage()
DSemaCodeComplete.cpp191 if (Method->isInstanceMethod()) in ResultBuilder()
2004 if (Method->isInstanceMethod()) in AddOrdinaryNameResults()
2910 return cast<ObjCMethodDecl>(D)->isInstanceMethod() in getCursorKindForDecl()
4842 if (M->isInstanceMethod() == WantInstanceMethods || in AddObjCMethods()
5102 if (Method->isInstanceMethod()) in GetAssumedMessageSendExprType()
5162 CurMethod->isInstanceMethod()); in AddSuperSendCompletion()
5171 CurMethod->isInstanceMethod()))) in AddSuperSendCompletion()
5304 if (CurMethod->isInstanceMethod()) { in CodeCompleteObjCSuperMessage()
6193 if (M->isInstanceMethod() == WantInstanceMethods) { in FindImplementableMethods()
DSemaLookup.cpp930 if (Method->isInstanceMethod() && Name.getAsIdentifierInfo()) in CppLookupName()
3012 if (Method->isInstanceMethod()) { in LookupVisibleDecls()
3511 if (Method->isInstanceMethod() && Method->getClassInterface() && in LookupPotentialTypoResult()
DSemaObjCProperty.cpp1554 Method->isInstanceMethod()); in IvarBacksCurrentMethodAccessor()
/external/clang/include/clang/AST/
DDeclObjC.h401 bool isInstanceMethod() const { return IsInstance; } in isInstanceMethod() function
520 &ObjCMethodDecl::isInstanceMethod>
/external/clang/include/clang-c/
DIndex.h3130 unsigned isInstanceMethod,
/external/clang/lib/Serialization/
DASTWriterDecl.cpp422 Record.push_back(D->isInstanceMethod()); in VisitObjCMethodDecl()

12