Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp119 SourceLocation ReportLoc = FunctorLoc.getLocation(); in check() local
120 if (ReportLoc.isInvalid()) in check()
122 diag(ReportLoc, Message) << (FuncClass->getName() + "<>").str() in check()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp122 SourceLocation ReportLoc = FunctorLoc.getLocation(); in check() local
123 if (ReportLoc.isInvalid()) in check()
125 diag(ReportLoc, Message) << (FuncClass->getName() + "<>").str() in check()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp119 SourceLocation ReportLoc = FunctorLoc.getLocation(); in check() local
120 if (ReportLoc.isInvalid()) in check()
122 diag(ReportLoc, Message) << (FuncClass->getName() + "<>").str() in check()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp119 SourceLocation ReportLoc = FunctorLoc.getLocation(); in check() local
120 if (ReportLoc.isInvalid()) in check()
122 diag(ReportLoc, Message) << (FuncClass->getName() + "<>").str() in check()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp119 SourceLocation ReportLoc = FunctorLoc.getLocation(); in check() local
120 if (ReportLoc.isInvalid()) in check()
122 diag(ReportLoc, Message) << (FuncClass->getName() + "<>").str() in check()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp122 SourceLocation ReportLoc = FunctorLoc.getLocation(); in check() local
123 if (ReportLoc.isInvalid()) in check()
125 diag(ReportLoc, Message) << (FuncClass->getName() + "<>").str() in check()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp122 SourceLocation ReportLoc = FunctorLoc.getLocation(); in check() local
123 if (ReportLoc.isInvalid()) in check()
125 diag(ReportLoc, Message) << (FuncClass->getName() + "<>").str() in check()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp119 SourceLocation ReportLoc = FunctorLoc.getLocation(); in check() local
120 if (ReportLoc.isInvalid()) in check()
122 diag(ReportLoc, Message) << (FuncClass->getName() + "<>").str() in check()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp118 SourceLocation ReportLoc = FunctorLoc.getLocation();
119 if (ReportLoc.isInvalid())
121 diag(ReportLoc, Message) << FuncClass->getName()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp123 SourceLocation ReportLoc = FunctorLoc.getLocation(); in check() local
124 if (ReportLoc.isInvalid()) in check()
126 diag(ReportLoc, Message) << (FuncClass->getName() + "<>").str() in check()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp123 SourceLocation ReportLoc = FunctorLoc.getLocation();
124 diag(ReportLoc, Message) << (FuncClass->getName() + "<>").str()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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()
/dports/devel/llvm12/llvm-project-12.0.1.src/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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DYAMLTraits.cpp204 const SMRange &ReportLoc = NN.second.second;
206 setError(ReportLoc, Twine("unknown key '") + NN.first() + "'");
209 reportWarning(ReportLoc, Twine("unknown key '") + NN.first() + "'");
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1915 auto ReportLoc = D->getLocation(); in reportOriginalDsa() local
1927 ReportLoc = DVar.ImplicitDSALoc; in reportOriginalDsa()
1941 SemaRef.Diag(ReportLoc, diag::note_omp_predetermined_dsa) in reportOriginalDsa()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2151 auto ReportLoc = D->getLocation(); in reportOriginalDsa() local
2163 ReportLoc = DVar.ImplicitDSALoc; in reportOriginalDsa()
2177 SemaRef.Diag(ReportLoc, diag::note_omp_predetermined_dsa) in reportOriginalDsa()

12