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

  /external/clang/include/clang/Driver/
Types.h 44 /// canTypeBeUserSpecified - Can this type be specified on the
47 bool canTypeBeUserSpecified(ID Id);
  /external/clang/lib/Driver/
Types.cpp 59 bool types::canTypeBeUserSpecified(ID Id) {
187 if (canTypeBeUserSpecified(Id) &&
Tools.cpp     [all...]

Completed in 261 milliseconds