/external/clang/test/Index/ |
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…
|
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 …]
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 90 if (MD && MD->isInstanceMethod() == isInstance) in getMethod() 108 if (MD && MD->isInstanceMethod() && !MD->isImplicit()) in HasUserDeclaredSetterMethod() 740 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 745 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 751 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 757 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 764 isInstanceMethod()); in getNextRedeclarationImpl() 776 isInstanceMethod())) in getCanonicalDecl() 783 isInstanceMethod())) in getCanonicalDecl() 789 isInstanceMethod()); in getCanonicalDecl() [all …]
|
D | Mangle.cpp | 268 OS << (MD->isInstanceMethod() ? '-' : '+') << '[' << CD->getName(); in mangleObjCMethodName()
|
D | Comment.cpp | 183 IsInstanceMethod = MD->isInstanceMethod(); in fill()
|
D | ASTImporter.cpp | 3236 if (FoundMethod->isInstanceMethod() != D->isInstanceMethod()) in VisitObjCMethodDecl() 3243 << D->isInstanceMethod() << Name << D->getReturnType() in VisitObjCMethodDecl() 3247 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl() 3254 << D->isInstanceMethod() << Name in VisitObjCMethodDecl() 3258 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl() 3270 << D->isInstanceMethod() << Name in VisitObjCMethodDecl() 3282 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl() 3285 << D->isInstanceMethod() << Name; in VisitObjCMethodDecl() 3303 Name.getObjCSelector(), ResultTy, ReturnTInfo, DC, D->isInstanceMethod(), in VisitObjCMethodDecl()
|
D | DeclPrinter.cpp | 932 if (OMD->isInstanceMethod()) in VisitObjCMethodDecl()
|
/external/clang/tools/libclang/ |
D | CIndexUSRs.cpp | 104 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod() argument 109 generateUSRForObjCMethod(name, isInstanceMethod, OS); in clang_constructUSR_ObjCMethod()
|
D | IndexDecl.cpp | 30 D->isInstanceMethod()); in hasUserDefined()
|
D | IndexingContext.cpp | 1004 if (cast<ObjCMethodDecl>(D)->isInstanceMethod()) in getEntityInfo()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 273 if (MDecl->isInstanceMethod()) in AddAnyMethodToGlobalPool() 367 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef() 421 MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef() 843 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) && in DiagnoseClassExtensionDupMethods() 2321 if (!chosen->isInstanceMethod()) in isAcceptableMethodMismatch() 2358 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool() 2626 if (Method->isInstanceMethod()) { in ActOnAtEnd() 2876 method->isInstanceMethod() ? it->second.first : it->second.second; in OverrideSearch() 2980 Method->isInstanceMethod(), in search() 3033 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides() [all …]
|
D | SemaExprObjC.cpp | 1155 if (Method->isInstanceMethod() && isClassMessage) in getMessageSendResultType() 1203 iface->getMethod(MD->getSelector(), MD->isInstanceMethod()); in findExplicitInstancetypeDeclarer() 1269 << Method->isInstanceMethod() << Method->getSelector() in EmitRelatedResultTypeNote() 1695 if (CurMethod->isInstanceMethod()) { in ActOnClassPropertyRefExpr() 1927 if (Method->isInstanceMethod()) { in ActOnSuperMessage() 2394 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod())) in BuildInstanceMessage() 2454 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod())) in BuildInstanceMessage() 2522 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod())) in BuildInstanceMessage()
|
D | SemaCodeComplete.cpp | 191 if (Method->isInstanceMethod()) in ResultBuilder() 2005 if (Method->isInstanceMethod()) in AddOrdinaryNameResults() 2972 return cast<ObjCMethodDecl>(D)->isInstanceMethod() in getCursorKindForDecl() 4958 if (M->isInstanceMethod() == WantInstanceMethods || in AddObjCMethods() 5209 if (Method->isInstanceMethod()) in GetAssumedMessageSendExprType() 5267 CurMethod->isInstanceMethod()); in AddSuperSendCompletion() 5273 CurMethod->isInstanceMethod()))) in AddSuperSendCompletion() 5405 if (CurMethod->isInstanceMethod()) { in CodeCompleteObjCSuperMessage() 6272 if (M->isInstanceMethod() == WantInstanceMethods) { in FindImplementableMethods()
|
D | SemaPseudoObject.cpp | 705 if ((Getter->isInstanceMethod() && !RefExpr->isClassReceiver()) || in buildGet() 779 if ((Setter->isInstanceMethod() && !RefExpr->isClassReceiver()) || in buildSet()
|
D | SemaLookup.cpp | 1001 if (Method->isInstanceMethod() && Name.getAsIdentifierInfo()) in CppLookupName() 3220 if (Method->isInstanceMethod()) { in LookupVisibleDecls() 3893 if (Method->isInstanceMethod() && Method->getClassInterface() && in LookupPotentialTypoResult()
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 102 !(D->isInstanceMethod() && D->getSelector() == FinalizeSel)) in TraverseObjCMethodDecl()
|
D | TransEmptyStatementsAndDealloc.cpp | 216 } else if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in cleanupDeallocOrFinalize()
|
D | ObjCMT.cpp | 991 ClassString = OM->isInstanceMethod() ? '-' : '+'; in ReplaceWithInstancetype() 1179 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() || in migrateProperty() 1274 !OM->isInstanceMethod() || in migrateNsReturnsInnerPointer() 1317 if (OM->isInstanceMethod() || in migrateFactoryMethod()
|
D | Transforms.cpp | 541 if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in GCRewriteFinalize()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 436 InterfD->isInstanceMethod()); in visit() 488 InterfD->isInstanceMethod()); in visit()
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 417 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 344 Out << (D->isInstanceMethod() ? "(im)" : "(cm)") in VisitObjCMethodDecl()
|
/external/lldb/source/Expression/ |
D | ClangUserExpression.cpp | 225 if (!method_decl->isInstanceMethod()) in ScanContext()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 410 bool isInstanceMethod() const { return IsInstance; } in isInstanceMethod() function 552 &ObjCMethodDecl::isInstanceMethod>
|
/external/clang/include/clang-c/ |
D | Index.h | 3601 unsigned isInstanceMethod,
|