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

  /external/clang/lib/Driver/
Action.cpp 57 bool AtTopLevel)
58 : Action(CudaDeviceClass, Input), GpuArch(Arch), AtTopLevel(AtTopLevel) {}
Driver.cpp     [all...]
  /external/clang/include/clang/Driver/
Action.h 166 bool AtTopLevel;
169 CudaDeviceAction(Action *Input, CudaArch Arch, bool AtTopLevel);
175 bool isAtTopLevel() const { return AtTopLevel; }
Driver.h 399 bool AtTopLevel, bool MultipleArchs,
416 /// \param AtTopLevel - Whether this is a "top-level" action.
422 bool AtTopLevel,
467 const char *BoundArch, bool AtTopLevel, bool MultipleArchs,

Completed in 705 milliseconds