Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DInputInfo.h76 bool isInputArg() const { return Kind == InputArg; } in isInputArg() function
88 assert(isInputArg() && "Invalid accessor."); in getInputArg()
97 else if (isInputArg()) in getAsString()