Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp187 std::vector<TextualPPDirective> &TextualDirectives) in DirectiveCollector()
189 TextualDirectives(TextualDirectives) {} in DirectiveCollector()
201 TextualDirectives.emplace_back(); in MacroDefined()
202 TextualPPDirective &TD = TextualDirectives.back(); in MacroDefined()
216 std::vector<TextualPPDirective> &TextualDirectives; member
221 std::vector<TextualPPDirective> TextualDirectives; member
274 std::make_unique<DirectiveCollector>(PP, SP.TextualDirectives)); in scanPreamble()
430 BaselineScan->TextualDirectives != ModifiedScan->TextualDirectives; in create()
493 for (const auto &TD : ModifiedScan->TextualDirectives) { in create()