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.cpp16818 UserDefinedLiteral *UDL = UserDefinedLiteral::Create( in BuildLiteralOperatorCall() local
16822 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD)) in BuildLiteralOperatorCall()
16825 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
16828 return CheckForImmediateInvocation(MaybeBindToTemporary(UDL), FD); in BuildLiteralOperatorCall()