Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
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()