Home
last modified time | relevance | path

Searched defs:PrevTok (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DTokenConcatenation.cpp158 const Token &PrevTok, in AvoidConcat()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp161 bool AvoidConcat(const Token &PrevPrevTok, const Token &PrevTok, in AvoidConcat()
605 Token PrevPrevTok, PrevTok; in PrintPreprocessedTokens() local
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp309 Token PrevTok = Tok; in ParseOpenMPSimpleVarList() local
/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/
H A DHTMLRewrite.cpp538 Token PrevTok = Tok; in HighlightMacros() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp375 Token PrevTok = Tok; in parseBlockCommand() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h646 Token PrevTok; variable