Home | History | Annotate | Download | only in Sema

Lines Matching defs:UDSuffixLoc

11316   SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc();
11318 OverloadCandidateSet CandidateSet(UDSuffixLoc);
11327 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) {
11333 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call)
11371 ResultTy, VK, LitEndLoc, UDSuffixLoc);
11373 if (CheckCallReturnType(FD->getResultType(), UDSuffixLoc, UDL, FD))