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

  /external/clang/lib/Driver/
InputInfo.h 42 const char *BaseInput;
47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) {
50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) {
55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
63 const char *getBaseInput() const { return BaseInput; }
Driver.cpp     [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 689 StringRef BaseInput = "",
698 StringRef BaseInput, StringRef Extension,
705 /// path location as \p BaseInput, with any suffix removed, and \p Extension
712 /// \param BaseInput - If \p OutputPath is empty, the input path name to use
729 bool RemoveFileOnSignal, StringRef BaseInput,
  /external/clang/include/clang/Driver/
Driver.h 402 /// \param BaseInput - The original input file that this action was
409 const char *BaseInput,

Completed in 446 milliseconds