Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2057 return S.BuildLiteralOperatorCall(R, OpNameInfo, Args, LitEndLoc); in BuildCookedLiteralOperatorCall()
2251 return BuildLiteralOperatorCall(R, OpNameInfo, Args, StringTokLocs.back()); in ActOnStringLiteral()
2259 return BuildLiteralOperatorCall(R, OpNameInfo, {}, StringTokLocs.back(), in ActOnStringLiteral()
2280 return BuildLiteralOperatorCall(R, OpNameInfo, {}, StringTokLocs.back(), in ActOnStringLiteral()
3782 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); in ActOnNumericConstant()
3797 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); in ActOnNumericConstant()
3815 return BuildLiteralOperatorCall(R, OpNameInfo, {}, TokLoc, &ExplicitArgs); in ActOnNumericConstant()
H A DSemaOverload.cpp16756 ExprResult Sema::BuildLiteralOperatorCall(LookupResult &R, in BuildLiteralOperatorCall() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10843 ExprResult BuildLiteralOperatorCall(