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 45 /// canTypeBeUserSpecified - Can this type be specified on the
48 bool canTypeBeUserSpecified(ID Id);
  /external/clang/lib/Driver/
Types.cpp 65 bool types::canTypeBeUserSpecified(ID Id) {
185 if (canTypeBeUserSpecified(Id) &&
Tools.cpp     [all...]

Completed in 74 milliseconds