Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPragma.cpp136 struct TokenCollector { struct
137 Preprocessor &Self;
138 bool Collect;
139 SmallVector<Token, 3> Tokens;
140 Token &Tok;
142 void lex() { in lex()
148 void revert() { in revert()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
DTokens.h352 friend class TokenCollector; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp637 TokenCollector::TokenCollector(Preprocessor &PP) : PP(PP) { in TokenCollector() function in TokenCollector