HomeSort by relevance Sort by last modified time
    Searched defs:getLastArgIntValue (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
ArgList.cpp 218 int ArgList::getLastArgIntValue(OptSpecifier Id, int Default,
  /external/clang/include/clang/Driver/
ArgList.h 218 int getLastArgIntValue(OptSpecifier Id, int Default,
223 int getLastArgIntValue(OptSpecifier Id, int Default,
225 return getLastArgIntValue(Id, Default, &Diags);

Completed in 64 milliseconds