HomeSort by relevance Sort by last modified time
    Searched refs:isFilename (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Driver/
InputInfo.h 76 bool isFilename() const { return Kind == Filename; }
85 assert(isFilename() && "Invalid accessor.");
96 if (isFilename())
Job.cpp 36 if (II.isFilename())
Tools.cpp 249 if (II.isFilename()) {
    [all...]

Completed in 279 milliseconds