Home
last modified time | relevance | path

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

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