Home
last modified time | relevance | path

Searched defs:TextualPPDirective (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp130 struct TextualPPDirective { struct
131 unsigned DirectiveLine;
133 std::string Text;
135 bool operator==(const TextualPPDirective &RHS) const { in operator ==()