Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp33 struct DirectiveWithTokens { struct
37 DirectiveWithTokens(DirectiveKind Kind, unsigned NumTokens) in DirectiveWithTokens() function
126 DirectiveWithTokens &pushDirective(DirectiveKind Kind) { in pushDirective()
160 SmallVector<DirectiveWithTokens, 64> DirsWithToks;
810 for (const DirectiveWithTokens &DirWithToks : DirsWithToks) { in scan()