Home | History | Annotate | Download | only in Sema

Lines Matching defs:UDSuffixLoc

10991   SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc();
10993 OverloadCandidateSet CandidateSet(UDSuffixLoc);
11002 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) {
11008 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call)
11020 MarkFunctionReferenced(UDSuffixLoc, FD);
11021 DiagnoseUseOfDecl(Best->FoundDecl, UDSuffixLoc);
11047 ResultTy, VK, LitEndLoc, UDSuffixLoc);
11049 if (CheckCallReturnType(FD->getResultType(), UDSuffixLoc, UDL, FD))