Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.h99 bool IsFirstToken; variable
H A DFormatTokenLexer.cpp30 : FormatTok(nullptr), IsFirstToken(true), StateStack({LexerState::NORMAL}), in FormatTokenLexer()
834 FormatTok->IsFirst = IsFirstToken; in getNextToken()
835 IsFirstToken = false; in getNextToken()
H A DTokenAnnotator.cpp1198 bool IsFirstToken = CurrentToken->IsFirst; in parsePreprocessorDirective() local
1204 if (Style.Language == FormatStyle::LK_JavaScript && IsFirstToken) { in parsePreprocessorDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1152 bool IsFirstToken = true; in ConsumeAndStoreInitializer() local
1323 if (ParenCount && !IsFirstToken) in ConsumeAndStoreInitializer()
1329 if (BracketCount && !IsFirstToken) in ConsumeAndStoreInitializer()
1335 if (BraceCount && !IsFirstToken) in ConsumeAndStoreInitializer()
1364 IsFirstToken = false; in ConsumeAndStoreInitializer()