Searched refs:BuildLiteralOperatorCall (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1963 return S.BuildLiteralOperatorCall(R, OpNameInfo, Args, LitEndLoc); in BuildCookedLiteralOperatorCall() 2157 return BuildLiteralOperatorCall(R, OpNameInfo, Args, StringTokLocs.back()); in ActOnStringLiteral() 2165 return BuildLiteralOperatorCall(R, OpNameInfo, std::nullopt, in ActOnStringLiteral() 2186 return BuildLiteralOperatorCall(R, OpNameInfo, std::nullopt, in ActOnStringLiteral() 4007 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); in ActOnNumericConstant() 4022 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); in ActOnNumericConstant() 4040 return BuildLiteralOperatorCall(R, OpNameInfo, std::nullopt, TokLoc, in ActOnNumericConstant()
|
| H A D | SemaOverload.cpp | 15931 ExprResult Sema::BuildLiteralOperatorCall(LookupResult &R, in BuildLiteralOperatorCall() function in Sema
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5766 ExprResult BuildLiteralOperatorCall(LookupResult &R,
|