Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2910 Token LastTok = MacroNameTok; in ReadOptionalMacroParameterListAndBody() local
2945 if (ReadMacroParameterList(MI, LastTok)) in ReadOptionalMacroParameterListAndBody()
2986 LastTok = Tok; in ReadOptionalMacroParameterListAndBody()
2994 LastTok = Tok; in ReadOptionalMacroParameterListAndBody()
3007 LastTok = Tok; in ReadOptionalMacroParameterListAndBody()
3073 Tokens.push_back(LastTok); in ReadOptionalMacroParameterListAndBody()
3082 Tokens.push_back(LastTok); in ReadOptionalMacroParameterListAndBody()
3100 LastTok.setKind(tok::unknown); in ReadOptionalMacroParameterListAndBody()
3101 Tokens.push_back(LastTok); in ReadOptionalMacroParameterListAndBody()
3105 << LastTok.is(tok::hashat); in ReadOptionalMacroParameterListAndBody()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2535 bool ReadMacroParameterList(MacroInfo *MI, Token& LastTok);