Searched refs:BuildLiteralOperatorCall (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | 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()
|
| H A D | SemaOverload.cpp | 15938 ExprResult Sema::BuildLiteralOperatorCall(LookupResult &R, in BuildLiteralOperatorCall() function in Sema
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10628 ExprResult BuildLiteralOperatorCall(
|