Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DTokenConcatenation.cpp161 const Token &PrevTok, in AvoidConcat()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp164 bool AvoidConcat(const Token &PrevPrevTok, const Token &PrevTok, in AvoidConcat()
719 Token PrevPrevTok, PrevTok; in PrintPreprocessedTokens() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DHTMLRewrite.cpp625 Token PrevTok = Tok; in HighlightMacros() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp374 Token PrevTok = Tok; in parseBlockCommand() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp447 const FormatToken *PrevTok = Tok->Previous; in calculateBraceTypes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp2625 Token PrevTok = Tok; in ParseOpenMPSimpleVarList() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h941 Token PrevTok; variable