Searched refs:ReportLoc (Results 1 – 3 of 3) sorted by relevance
118 SourceLocation ReportLoc = FunctorLoc.getLocation(); in check() local119 if (ReportLoc.isInvalid()) in check()121 diag(ReportLoc, Message) << FuncClass->getName() in check()
203 const SMRange &ReportLoc = NN.second.second; in endMapping() local205 setError(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()208 reportWarning(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()
3529 auto ReportLoc = D->getLocation(); in reportOriginalDsa() local3541 ReportLoc = DVar.ImplicitDSALoc; in reportOriginalDsa()3555 SemaRef.Diag(ReportLoc, diag::note_omp_predetermined_dsa) in reportOriginalDsa()