Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/test/Index/
H A 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…
H A 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 …]
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp90 if (MD && MD->isInstanceMethod() == isInstance) in getMethod()
108 if (MD && MD->isInstanceMethod() && !MD->isImplicit()) in HasUserDeclaredSetterMethod()
742 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
747 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
753 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
759 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
766 isInstanceMethod()); in getNextRedeclarationImpl()
778 isInstanceMethod())) in getCanonicalDecl()
785 isInstanceMethod())) in getCanonicalDecl()
791 isInstanceMethod()); in getCanonicalDecl()
[all …]
H A DMangle.cpp268 OS << (MD->isInstanceMethod() ? '-' : '+') << '[' << CD->getName(); in mangleObjCMethodName()
H A DComment.cpp183 IsInstanceMethod = MD->isInstanceMethod(); in fill()
H A DASTImporter.cpp3214 if (FoundMethod->isInstanceMethod() != D->isInstanceMethod()) in VisitObjCMethodDecl()
3221 << D->isInstanceMethod() << Name << D->getReturnType() in VisitObjCMethodDecl()
3225 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl()
3232 << D->isInstanceMethod() << Name in VisitObjCMethodDecl()
3236 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl()
3248 << D->isInstanceMethod() << Name in VisitObjCMethodDecl()
3260 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl()
3263 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl()
3281 Name.getObjCSelector(), ResultTy, ReturnTInfo, DC, D->isInstanceMethod(), in VisitObjCMethodDecl()
H A DDeclPrinter.cpp932 if (OMD->isInstanceMethod()) in VisitObjCMethodDecl()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexUSRs.cpp104 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod() argument
109 generateUSRForObjCMethod(name, isInstanceMethod, OS); in clang_constructUSR_ObjCMethod()
H A DIndexDecl.cpp30 D->isInstanceMethod()); in hasUserDefined()
H A DIndexingContext.cpp1004 if (cast<ObjCMethodDecl>(D)->isInstanceMethod()) in getEntityInfo()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp102 !(D->isInstanceMethod() && D->getSelector() == FinalizeSel)) in TraverseObjCMethodDecl()
H A DTransEmptyStatementsAndDealloc.cpp216 } else if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in cleanupDeallocOrFinalize()
H A DObjCMT.cpp973 ClassString = OM->isInstanceMethod() ? '-' : '+'; in ReplaceWithInstancetype()
1161 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() || in migrateProperty()
1256 !OM->isInstanceMethod() || in migrateNsReturnsInnerPointer()
1299 if (OM->isInstanceMethod() || in migrateFactoryMethod()
H A DTransforms.cpp541 if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in GCRewriteFinalize()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp273 if (MDecl->isInstanceMethod()) in AddAnyMethodToGlobalPool()
367 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
421 MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
844 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) && in DiagnoseClassExtensionDupMethods()
2316 if (!chosen->isInstanceMethod()) in isAcceptableMethodMismatch()
2613 if (Method->isInstanceMethod()) { in ActOnAtEnd()
2863 method->isInstanceMethod() ? it->second.first : it->second.second; in OverrideSearch()
2967 Method->isInstanceMethod(), in search()
3020 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides()
3220 ObjCMethod->isInstanceMethod()); in ActOnMethodDeclaration()
[all …]
H A DSemaExprObjC.cpp1157 if (Method->isInstanceMethod() && isClassMessage) in getMessageSendResultType()
1205 iface->getMethod(MD->getSelector(), MD->isInstanceMethod()); in findExplicitInstancetypeDeclarer()
1271 << Method->isInstanceMethod() << Method->getSelector() in EmitRelatedResultTypeNote()
1754 if (CurMethod->isInstanceMethod()) { in ActOnClassPropertyRefExpr()
1986 if (Method->isInstanceMethod()) { in ActOnSuperMessage()
2453 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod())) in BuildInstanceMessage()
2455 if (!AreMultipleMethodsInGlobalPool(Sel, Method->isInstanceMethod())) in BuildInstanceMessage()
2512 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod())) in BuildInstanceMessage()
H A DSemaCodeComplete.cpp191 if (Method->isInstanceMethod()) in ResultBuilder()
2006 if (Method->isInstanceMethod()) in AddOrdinaryNameResults()
2926 return cast<ObjCMethodDecl>(D)->isInstanceMethod() in getCursorKindForDecl()
4817 if (M->isInstanceMethod() == WantInstanceMethods || in AddObjCMethods()
5068 if (Method->isInstanceMethod()) in GetAssumedMessageSendExprType()
5126 CurMethod->isInstanceMethod()); in AddSuperSendCompletion()
5132 CurMethod->isInstanceMethod()))) in AddSuperSendCompletion()
5264 if (CurMethod->isInstanceMethod()) { in CodeCompleteObjCSuperMessage()
6131 if (M->isInstanceMethod() == WantInstanceMethods) { in FindImplementableMethods()
H A DSemaPseudoObject.cpp705 if ((Getter->isInstanceMethod() && !RefExpr->isClassReceiver()) || in buildGet()
779 if ((Setter->isInstanceMethod() && !RefExpr->isClassReceiver()) || in buildSet()
H A DSemaLookup.cpp999 if (Method->isInstanceMethod() && Name.getAsIdentifierInfo()) in CppLookupName()
3172 if (Method->isInstanceMethod()) { in LookupVisibleDecls()
3867 if (Method->isInstanceMethod() && Method->getClassInterface() && in LookupPotentialTypoResult()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp436 InterfD->isInstanceMethod()); in visit()
488 InterfD->isInstanceMethod()); in visit()
/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h417 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp344 Out << (D->isInstanceMethod() ? "(im)" : "(cm)") in VisitObjCMethodDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h410 bool isInstanceMethod() const { return IsInstance; } in isInstanceMethod() function
552 &ObjCMethodDecl::isInstanceMethod>
/minix3/external/bsd/llvm/dist/clang/include/clang-c/
H A DIndex.h3574 unsigned isInstanceMethod,
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp855 if (FI.isInstanceMethod()) { in classifyReturnType()
859 FI.getReturnInfo().setSRetAfterThis(FI.isInstanceMethod()); in classifyReturnType()

12