Home
last modified time | relevance | path

Searched refs:isInputArg (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Driver/
DInputInfo.h61 bool isInputArg() const { return Kind == InputArg; } in isInputArg() function
70 assert(isInputArg() && "Invalid accessor."); in getInputArg()
79 else if (isInputArg()) in getAsString()