Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp151 static bool validateBoxingMethod(Sema &S, SourceLocation Loc, in validateBoxingMethod() function
308 if (!validateBoxingMethod(S.SemaRef, Loc, S.NSNumberDecl, Sel, Method)) in getNSNumberFactoryMethod()
590 if (!validateBoxingMethod(SemaRef, Loc, NSStringDecl, in BuildObjCBoxedExpr()
714 if (!validateBoxingMethod(SemaRef, Loc, NSValueDecl, in BuildObjCBoxedExpr()
843 if (!validateBoxingMethod(SemaRef, Loc, NSArrayDecl, Sel, Method)) in BuildObjCArrayLiteral()
1012 if (!validateBoxingMethod(SemaRef, SR.getBegin(), NSDictionaryDecl, Sel, in BuildObjCDictionaryLiteral()