Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIsolateDeclarationCheck.cpp217 bool InvalidText = false; in collectSourceRanges() local
219 Lexer::getSourceText(CharRange, SM, LangOpts, &InvalidText); in collectSourceRanges()
221 if (InvalidText) in collectSourceRanges()