Searched defs:DirectiveList (Results 1 – 2 of 2) sorted by relevance
85 using DirectiveList = std::vector<std::unique_ptr<Directive>>; variable
50 using DirectiveList = VerifyDiagnosticConsumer::DirectiveList; typedef