Searched refs:validateBoxingMethod (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprObjC.cpp | 149 static bool validateBoxingMethod(Sema &S, SourceLocation Loc, in validateBoxingMethod() function 251 if (!validateBoxingMethod(S, Loc, S.NSNumberDecl, Sel, Method)) in getNSNumberFactoryMethod() 523 if (!validateBoxingMethod(*this, SR.getBegin(), NSStringDecl, in BuildObjCBoxedExpr() 666 if (!validateBoxingMethod(*this, SR.getBegin(), NSValueDecl, in BuildObjCBoxedExpr() 804 if (!validateBoxingMethod(*this, SR.getBegin(), NSArrayDecl, Sel, Method)) in BuildObjCArrayLiteral() 930 if (!validateBoxingMethod(*this, SR.getBegin(), NSDictionaryDecl, Sel, in BuildObjCDictionaryLiteral()
|