Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp2549 Token LastTok = MacroNameTok; in ReadOptionalMacroParameterListAndBody() local
2584 if (ReadMacroParameterList(MI, LastTok)) in ReadOptionalMacroParameterListAndBody()
2625 LastTok = Tok; in ReadOptionalMacroParameterListAndBody()
2631 LastTok = Tok; in ReadOptionalMacroParameterListAndBody()
2644 LastTok = Tok; in ReadOptionalMacroParameterListAndBody()
2710 MI->AddTokenToBody(LastTok); in ReadOptionalMacroParameterListAndBody()
2720 MI->AddTokenToBody(LastTok); in ReadOptionalMacroParameterListAndBody()
2738 LastTok.setKind(tok::unknown); in ReadOptionalMacroParameterListAndBody()
2739 MI->AddTokenToBody(LastTok); in ReadOptionalMacroParameterListAndBody()
2743 << LastTok.is(tok::hashat); in ReadOptionalMacroParameterListAndBody()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h2106 bool ReadMacroParameterList(MacroInfo *MI, Token& LastTok);