Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTree.h65 llvm::DenseMap<FileID, std::vector<Token>> ExtraTokens; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTree.cpp46 auto It = ExtraTokens.try_emplace(FID, tokenize(FID, SourceMgr, LangOpts)); in lexBuffer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticGroups.td237 def ExtraTokens : DiagGroup<"extra-tokens">;
1005 def : DiagGroup<"endif-labels", [ExtraTokens]>; // -Wendif-labels=-Wextra-tokens
H A DDiagnosticLexKinds.td358 "extra tokens at end of #%0 directive">, InGroup<ExtraTokens>;
H A DDiagnosticParseKinds.td1265 InGroup<ExtraTokens>;