Home | History | Annotate | Download | only in Sema

Lines Matching refs:UDSuffixLoc

12570   SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc();
12572 OverloadCandidateSet CandidateSet(UDSuffixLoc,
12582 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) {
12588 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call)
12626 ResultTy, VK, LitEndLoc, UDSuffixLoc);
12628 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD))