Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp1848 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 DSemaOverload.cpp15234 ExprResult Sema::BuildLiteralOperatorCall(LookupResult &R, in BuildLiteralOperatorCall() function in Sema
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5639 ExprResult BuildLiteralOperatorCall(LookupResult &R,