Searched defs:TokenCollector (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Lex/ | ||
H A D | Pragma.cpp | 135 struct TokenCollector { global() struct |
/llvm-project/clang/include/clang/Tooling/Syntax/ | ||
H A D | Tokens.h | 350 friend class TokenCollector; variable |
/llvm-project/clang/lib/Tooling/Syntax/ | ||
H A D | Tokens.cpp | 683 TokenCollector::TokenCollector(Preprocessor &PP) : PP(PP) { in TokenCollector() function in TokenCollector |