Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp35 struct DirectiveWithTokens { struct
39 DirectiveWithTokens(DirectiveKind Kind, unsigned NumTokens) in DirectiveWithTokens() argument
154 DirectiveWithTokens &pushDirective(DirectiveKind Kind) { in pushDirective()
189 SmallVector<DirectiveWithTokens, 64> DirsWithToks;
955 for (const DirectiveWithTokens &DirWithToks : DirsWithToks) { in scan()