Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/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()