Searched refs:validateBoxingMethod (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 149 static bool validateBoxingMethod(Sema &S, SourceLocation Loc, in validateBoxingMethod() function 305 if (!validateBoxingMethod(S, Loc, S.NSNumberDecl, Sel, Method)) in getNSNumberFactoryMethod() 560 if (!validateBoxingMethod(*this, Loc, NSStringDecl, in BuildObjCBoxedExpr() 686 if (!validateBoxingMethod(*this, Loc, NSValueDecl, in BuildObjCBoxedExpr() 813 if (!validateBoxingMethod(*this, Loc, NSArrayDecl, Sel, Method)) in BuildObjCArrayLiteral() 930 if (!validateBoxingMethod(*this, SR.getBegin(), NSDictionaryDecl, Sel, in BuildObjCDictionaryLiteral()
|