Home
last modified time | relevance | path

Searched defs:TokenCollector (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp134 struct TokenCollector { struct
135 Preprocessor &Self;
136 bool Collect;
137 SmallVector<Token, 3> Tokens;
138 Token &Tok;
140 void lex() { in lex()
146 void revert() { in revert()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTokens.h352 friend class TokenCollector; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp637 TokenCollector::TokenCollector(Preprocessor &PP) : PP(PP) { in TokenCollector() function in TokenCollector