Home | History | Annotate | Download | only in Sema

Lines Matching defs:UDSuffixLoc

11963   SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc();
11965 OverloadCandidateSet CandidateSet(UDSuffixLoc,
11975 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) {
11981 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call)
12019 ResultTy, VK, LitEndLoc, UDSuffixLoc);
12021 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD))