Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp955 for (const DirectiveWithTokens &DirWithToks : DirsWithToks) { in scan() local
956 assert(RemainingTokens.size() >= DirWithToks.NumTokens); in scan()
957 Directives.emplace_back(DirWithToks.Kind, in scan()
958 RemainingTokens.take_front(DirWithToks.NumTokens)); in scan()
959 RemainingTokens = RemainingTokens.drop_front(DirWithToks.NumTokens); in scan()