Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp70 const SourceRange &FrontReplacement, const SourceRange &BackReplacement) { in reportDiagnostic() argument
73 << FixItHint::CreateReplacement(FrontReplacement, concatNamespaces()) in reportDiagnostic()
93 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check() local
98 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
100 reportDiagnostic(FrontReplacement, BackReplacement); in check()
H A DConcatNestedNamespacesCheck.h34 void reportDiagnostic(const SourceRange &FrontReplacement,