Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp131 struct TokenCollector { struct
132 Preprocessor &Self;
133 bool Collect;
134 SmallVector<Token, 3> Tokens;
135 Token &Tok;
137 void lex() { in lex()
143 void revert() { in revert()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h350 friend class TokenCollector; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp681 TokenCollector::TokenCollector(Preprocessor &PP) : PP(PP) { in TokenCollector() function in TokenCollector