Home
last modified time | relevance | path

Searched refs:ExtraTokens (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/lib/Tooling/Syntax/ !
H A DTokenBufferTokenManager.cpp19 auto It = ExtraTokens.try_emplace(FID, tokenize(FID, SM, LangOpts)); in lexBuffer()
/src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ !
H A DTokenBufferTokenManager.h64 llvm::DenseMap<FileID, std::vector<Token>> ExtraTokens; variable
/src/contrib/llvm-project/clang/include/clang/Basic/ !
H A DDiagnosticGroups.td271 def ExtraTokens : DiagGroup<"extra-tokens">;
1146 def : DiagGroup<"endif-labels", [ExtraTokens]>; // -Wendif-labels=-Wextra-tokens
H A DDiagnosticLexKinds.td449 "extra tokens at end of #%0 directive">, InGroup<ExtraTokens>;
H A DDiagnosticParseKinds.td1416 InGroup<ExtraTokens>;