Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp15993 UserDefinedLiteral *UDL = UserDefinedLiteral::Create( in BuildLiteralOperatorCall() local
15997 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD)) in BuildLiteralOperatorCall()
16000 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
16003 return CheckForImmediateInvocation(MaybeBindToTemporary(UDL), FD); in BuildLiteralOperatorCall()