Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp204 const SMRange &ReportLoc = NN.second.second; in endMapping() local
206 setError(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()
209 reportWarning(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp3331 auto ReportLoc = D->getLocation(); in reportOriginalDsa() local
3343 ReportLoc = DVar.ImplicitDSALoc; in reportOriginalDsa()
3357 SemaRef.Diag(ReportLoc, diag::note_omp_predetermined_dsa) in reportOriginalDsa()