Searched refs:BuildLiteralOperatorCall (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1848 return S.BuildLiteralOperatorCall(R, OpNameInfo, Args, LitEndLoc); in BuildCookedLiteralOperatorCall() 1959 return BuildLiteralOperatorCall(R, OpNameInfo, Args, StringTokLocs.back()); in ActOnStringLiteral() 1967 return BuildLiteralOperatorCall(R, OpNameInfo, std::nullopt, in ActOnStringLiteral() 1988 return BuildLiteralOperatorCall(R, OpNameInfo, std::nullopt, in ActOnStringLiteral() 3830 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); in ActOnNumericConstant() 3845 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); in ActOnNumericConstant() 3863 return BuildLiteralOperatorCall(R, OpNameInfo, std::nullopt, TokLoc, in ActOnNumericConstant()
|
| H A D | SemaOverload.cpp | 15234 ExprResult Sema::BuildLiteralOperatorCall(LookupResult &R, in BuildLiteralOperatorCall() function in Sema
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 5639 ExprResult BuildLiteralOperatorCall(LookupResult &R,
|