Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp32 CharType LastChar = Space, BeforeSpace = Punctuation; in getTypeNameLength() local
49 if (LastChar == Space && NextChar == Alpha && BeforeSpace == Alpha) in getTypeNameLength()
51 BeforeSpace = NextChar; in getTypeNameLength()