Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseEmplaceCheck.cpp254 const auto FunctionNameSourceRange = CharSourceRange::getCharRange( in check() local
264 if (FunctionNameSourceRange.getBegin().isMacroID()) in check()
269 Diag << FixItHint::CreateReplacement(FunctionNameSourceRange, in check()