Home
last modified time | relevance | path

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

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