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