Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Lex/
H A DPragma.cpp135 struct TokenCollector { global() struct
136 Self__anon4c0ba1dd0111::TokenCollector global() argument
137 Collect__anon4c0ba1dd0111::TokenCollector global() argument
138 Tokens__anon4c0ba1dd0111::TokenCollector global() argument
139 Tok__anon4c0ba1dd0111::TokenCollector global() argument
141 lex__anon4c0ba1dd0111::TokenCollector lex() argument
147 revert__anon4c0ba1dd0111::TokenCollector revert() argument
/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h350 friend class TokenCollector; variable
/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp683 TokenCollector::TokenCollector(Preprocessor &PP) : PP(PP) { in TokenCollector() function in TokenCollector