Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DYAMLTraits.cpp203 const SMRange &ReportLoc = NN.second.second; in endMapping() local
205 setError(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()
208 reportWarning(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp3582 auto ReportLoc = D->getLocation(); in reportOriginalDsa() local
3594 ReportLoc = DVar.ImplicitDSALoc; in reportOriginalDsa()
3608 SemaRef.Diag(ReportLoc, diag::note_omp_predetermined_dsa) in reportOriginalDsa()