Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h85 using DirectiveList = std::vector<std::unique_ptr<Directive>>; variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp50 using DirectiveList = VerifyDiagnosticConsumer::DirectiveList; typedef