Home
last modified time | relevance | path

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

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