Home
last modified time | relevance | path

Searched refs:isInstanceMethod (Results 1 – 25 of 46) 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()
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 …]
DMangle.cpp268 OS << (MD->isInstanceMethod() ? '-' : '+') << '[' << CD->getName(); in mangleObjCMethodName()
DComment.cpp183 IsInstanceMethod = MD->isInstanceMethod(); in fill()
DASTImporter.cpp3236 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()
DDeclPrinter.cpp932 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/Sema/
DSemaDeclObjC.cpp273 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 …]
DSemaExprObjC.cpp1155 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()
DSemaCodeComplete.cpp191 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()
DSemaPseudoObject.cpp705 if ((Getter->isInstanceMethod() && !RefExpr->isClassReceiver()) || in buildGet()
779 if ((Setter->isInstanceMethod() && !RefExpr->isClassReceiver()) || in buildSet()
DSemaLookup.cpp1001 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/
DTransZeroOutPropsInDealloc.cpp102 !(D->isInstanceMethod() && D->getSelector() == FinalizeSel)) in TraverseObjCMethodDecl()
DTransEmptyStatementsAndDealloc.cpp216 } else if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in cleanupDeallocOrFinalize()
DObjCMT.cpp991 ClassString = OM->isInstanceMethod() ? '-' : '+'; in ReplaceWithInstancetype()
1179 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() || in migrateProperty()
1274 !OM->isInstanceMethod() || in migrateNsReturnsInnerPointer()
1317 if (OM->isInstanceMethod() || in migrateFactoryMethod()
DTransforms.cpp541 if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) { in GCRewriteFinalize()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp436 InterfD->isInstanceMethod()); in visit()
488 InterfD->isInstanceMethod()); in visit()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h417 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
/external/clang/lib/Index/
DUSRGeneration.cpp344 Out << (D->isInstanceMethod() ? "(im)" : "(cm)") in VisitObjCMethodDecl()
/external/lldb/source/Expression/
DClangUserExpression.cpp225 if (!method_decl->isInstanceMethod()) in ScanContext()
/external/clang/include/clang/AST/
DDeclObjC.h410 bool isInstanceMethod() const { return IsInstance; } in isInstanceMethod() function
552 &ObjCMethodDecl::isInstanceMethod>
/external/clang/include/clang-c/
DIndex.h3601 unsigned isInstanceMethod,

12