Home | History | Annotate | Download | only in Sema

Lines Matching defs:UDSuffixLoc

11602   SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc();
11604 OverloadCandidateSet CandidateSet(UDSuffixLoc);
11613 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) {
11619 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call)
11657 ResultTy, VK, LitEndLoc, UDSuffixLoc);
11659 if (CheckCallReturnType(FD->getResultType(), UDSuffixLoc, UDL, FD))