Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp263 std::vector<TextualPPDirective> &TextualDirectives) in DirectiveCollector()
265 TextualDirectives(TextualDirectives) {} in DirectiveCollector()
277 TextualDirectives.emplace_back(); in MacroDefined()
278 TextualPPDirective &TD = TextualDirectives.back(); in MacroDefined()
292 std::vector<TextualPPDirective> &TextualDirectives; member
297 std::vector<TextualPPDirective> TextualDirectives; member
350 std::make_unique<DirectiveCollector>(PP, SP.TextualDirectives)); in scanPreamble()
635 BaselineScan->TextualDirectives != ModifiedScan->TextualDirectives; in create()
699 for (const auto &TD : ModifiedScan->TextualDirectives) { in create()