HomeSort by relevance Sort by last modified time
    Searched defs:DirectiveList (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 167 typedef std::vector<Directive*> DirectiveList;
172 DirectiveList Errors;
173 DirectiveList Warnings;
174 DirectiveList Notes;
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DirectiveList.java 2 * $OpenLDAP: /com/novell/sasl/client/DirectiveList.java,v 1.4 2005/01/17 15:00:54 sunilk Exp $
22 * Implements the DirectiveList class whihc will be used by the
25 class DirectiveList extends Object
46 * Constructs a new DirectiveList.
48 DirectiveList(
  /external/smack/src/com/novell/sasl/client/
DirectiveList.java 2 * $OpenLDAP: /com/novell/sasl/client/DirectiveList.java,v 1.4 2005/01/17 15:00:54 sunilk Exp $
22 * Implements the DirectiveList class whihc will be used by the
25 class DirectiveList extends Object
46 * Constructs a new DirectiveList.
48 DirectiveList(
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 27 typedef VerifyDiagnosticConsumer::DirectiveList DirectiveList;
297 DirectiveList* DL = NULL;
567 DirectiveList &DL, const char *Kind) {
573 for (DirectiveList::iterator I = DL.begin(), E = DL.end(); I != E; ++I) {
593 DirectiveList &Left,
596 DirectiveList LeftOnly;
599 for (DirectiveList::iterator I = Left.begin(), E = Left.end(); I != E; ++I) {

Completed in 145 milliseconds