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.cpp135 struct TokenCollector { struct
136 Preprocessor &Self;
137 bool Collect;
138 SmallVector<Token, 3> Tokens;
139 Token &Tok;
141 void lex() { in lex()
147 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.cpp683 TokenCollector::TokenCollector(Preprocessor &PP) : PP(PP) { in TokenCollector() function in TokenCollector