Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1948 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 DSemaOverload.cpp15938 ExprResult Sema::BuildLiteralOperatorCall(LookupResult &R, in BuildLiteralOperatorCall() function in Sema
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10628 ExprResult BuildLiteralOperatorCall(