Searched refs:DirectiveList (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h179 typedef std::vector<Directive*> DirectiveList; typedef in class:clang::VerifyDiagnosticConsumer
184 DirectiveList Errors;
185 DirectiveList Warnings;
186 DirectiveList Notes;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp27 typedef VerifyDiagnosticConsumer::DirectiveList DirectiveList; typedef
304 DirectiveList* DL = NULL;
603 DirectiveList &DL, const char *Kind) {
609 for (DirectiveList::iterator I = DL.begin(), E = DL.end(); I != E; ++I) {
646 DirectiveList &Left,
649 DirectiveList LeftOnly;
652 for (DirectiveList::iterator I = Left.begin(), E = Left.end(); I != E; ++I) {

Completed in 216 milliseconds