Home
last modified time | relevance | path

Searched refs:validateBoxingMethod (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp146 static bool validateBoxingMethod(Sema &S, SourceLocation Loc, in validateBoxingMethod() function
302 if (!validateBoxingMethod(S, Loc, S.NSNumberDecl, Sel, Method)) in getNSNumberFactoryMethod()
557 if (!validateBoxingMethod(*this, Loc, NSStringDecl, in BuildObjCBoxedExpr()
690 if (!validateBoxingMethod(*this, Loc, NSValueDecl, in BuildObjCBoxedExpr()
817 if (!validateBoxingMethod(*this, Loc, NSArrayDecl, Sel, Method)) in BuildObjCArrayLiteral()
933 if (!validateBoxingMethod(*this, SR.getBegin(), NSDictionaryDecl, Sel, in BuildObjCDictionaryLiteral()