| /minix3/external/bsd/llvm/dist/clang/test/Index/ |
| H A 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…
|
| H A 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 …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 90 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 D | Mangle.cpp | 268 OS << (MD->isInstanceMethod() ? '-' : '+') << '[' << CD->getName(); in mangleObjCMethodName()
|
| H A D | Comment.cpp | 183 IsInstanceMethod = MD->isInstanceMethod(); in fill()
|
| H A D | ASTImporter.cpp | 3214 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 D | DeclPrinter.cpp | 932 if (OMD->isInstanceMethod()) in VisitObjCMethodDecl()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndexUSRs.cpp | 104 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod() argument 109 generateUSRForObjCMethod(name, isInstanceMethod, OS); in clang_constructUSR_ObjCMethod()
|
| H A D | IndexDecl.cpp | 30 D->isInstanceMethod()); in hasUserDefined()
|
| H A D | IndexingContext.cpp | 1004 if (cast<ObjCMethodDecl>(D)->isInstanceMethod()) in getEntityInfo()
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 102 !(D->isInstanceMethod() && D->getSelector() == FinalizeSel)) in TraverseObjCMethodDecl()
|
| H A D | TransEmptyStatementsAndDealloc.cpp | 216 } else if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in cleanupDeallocOrFinalize()
|
| H A D | ObjCMT.cpp | 973 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 D | Transforms.cpp | 541 if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in GCRewriteFinalize()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 273 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 D | SemaExprObjC.cpp | 1157 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 D | SemaCodeComplete.cpp | 191 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 D | SemaPseudoObject.cpp | 705 if ((Getter->isInstanceMethod() && !RefExpr->isClassReceiver()) || in buildGet() 779 if ((Setter->isInstanceMethod() && !RefExpr->isClassReceiver()) || in buildSet()
|
| H A D | SemaLookup.cpp | 999 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 D | IvarInvalidationChecker.cpp | 436 InterfD->isInstanceMethod()); in visit() 488 InterfD->isInstanceMethod()); in visit()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 417 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 344 Out << (D->isInstanceMethod() ? "(im)" : "(cm)") in VisitObjCMethodDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 410 bool isInstanceMethod() const { return IsInstance; } in isInstanceMethod() function 552 &ObjCMethodDecl::isInstanceMethod>
|
| /minix3/external/bsd/llvm/dist/clang/include/clang-c/ |
| H A D | Index.h | 3574 unsigned isInstanceMethod,
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 855 if (FI.isInstanceMethod()) { in classifyReturnType() 859 FI.getReturnInfo().setSRetAfterThis(FI.isInstanceMethod()); in classifyReturnType()
|