Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp121 Token PossiblySemi; in GetEndSpelling() local
122 Lexer::getRawToken(End, PossiblySemi, SM, LangOpts, true); in GetEndSpelling()
123 if (PossiblySemi.is(tok::semi)) in GetEndSpelling()