Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp261 struct DirectiveCollector : public PPCallbacks { struct
262 DirectiveCollector(const Preprocessor &PP, in DirectiveCollector() argument
350 std::make_unique<DirectiveCollector>(PP, SP.TextualDirectives)); in scanPreamble()