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

  /external/clang/include/clang/Driver/
Action.h 144 bool AtTopLevel;
148 bool AtTopLevel);
151 bool isAtTopLevel() const { return AtTopLevel; }
Driver.h 388 bool AtTopLevel,
405 /// \param AtTopLevel - Whether this is a "top-level" action.
411 bool AtTopLevel,
  /external/clang/lib/Driver/
Action.cpp 61 const char *ArchName, bool AtTopLevel)
63 AtTopLevel(AtTopLevel) {}
Driver.cpp     [all...]

Completed in 56 milliseconds