Home
last modified time | relevance | path

Searched refs:ReportLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp198 const SMRange &ReportLoc = NN.second.second; in endMapping() local
200 setError(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()
203 reportWarning(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3646 auto ReportLoc = D->getLocation(); in reportOriginalDsa() local
3658 ReportLoc = DVar.ImplicitDSALoc; in reportOriginalDsa()
3673 SemaRef.Diag(ReportLoc, diag::note_omp_predetermined_dsa) in reportOriginalDsa()