Searched refs:BuildLiteralOperatorCall (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaExpr.cpp | 1948 return S.BuildLiteralOperatorCall(R, OpNameInfo, Args, LitEndLoc); in BuildCookedLiteralOperatorCall() 2144 return BuildLiteralOperatorCall(R, OpNameInfo, Args, StringTokLocs.back()); in ActOnStringLiteral() 2152 return BuildLiteralOperatorCall(R, OpNameInfo, std::nullopt, in ActOnStringLiteral() 2173 return BuildLiteralOperatorCall(R, OpNameInfo, std::nullopt, in ActOnStringLiteral() 3733 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); in ActOnNumericConstant() 3748 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); in ActOnNumericConstant() 3766 return BuildLiteralOperatorCall(R, OpNameInfo, std::nullopt, TokLoc, in ActOnNumericConstant()
|
| HD | SemaOverload.cpp | 15938 ExprResult Sema::BuildLiteralOperatorCall(LookupResult &R, in BuildLiteralOperatorCall() function in Sema
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 10628 ExprResult BuildLiteralOperatorCall(
|