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

  /external/clang/lib/Driver/
InputInfo.h 23 // FIXME: The distinction between filenames and inputarg here is
32 InputArg,
38 const Arg *InputArg;
54 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
55 Data.InputArg = _InputArg;
60 bool isInputArg() const { return Kind == InputArg; }
70 return *Data.InputArg;
Driver.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 107 /// InputArg - This struct carries flags and type information about a
111 struct InputArg {
116 InputArg() : VT(MVT::Other), Used(false) {}
117 InputArg(ArgFlagsTy flags, EVT vt, bool used)
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 180 milliseconds