Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp118 SourceLocation ReportLoc = FunctorLoc.getLocation(); in check() local
119 if (ReportLoc.isInvalid()) in check()
121 diag(ReportLoc, Message) << FuncClass->getName() in check()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp3529 auto ReportLoc = D->getLocation(); in reportOriginalDsa() local
3541 ReportLoc = DVar.ImplicitDSALoc; in reportOriginalDsa()
3555 SemaRef.Diag(ReportLoc, diag::note_omp_predetermined_dsa) in reportOriginalDsa()