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 44 const char *BaseInput;
53 : Kind(Nothing), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {}
56 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
60 : Kind(Filename), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {
66 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
71 : Kind(InputArg), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {
79 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 413 /// \param BaseInput - The original input file that this action was
420 const char *BaseInput,

Completed in 575 milliseconds