Searched refs:validateBoxingMethod (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 147 static bool validateBoxingMethod(Sema &S, SourceLocation Loc, in validateBoxingMethod() function 304 if (!validateBoxingMethod(S, Loc, S.NSNumberDecl, Sel, Method)) in getNSNumberFactoryMethod() 584 if (!validateBoxingMethod(*this, Loc, NSStringDecl, in BuildObjCBoxedExpr() 712 if (!validateBoxingMethod(*this, Loc, NSValueDecl, in BuildObjCBoxedExpr() 839 if (!validateBoxingMethod(*this, Loc, NSArrayDecl, Sel, Method)) in BuildObjCArrayLiteral() 1009 if (!validateBoxingMethod(*this, SR.getBegin(), NSDictionaryDecl, Sel, in BuildObjCDictionaryLiteral()
|