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

  /external/clang/lib/Sema/
AttributeList.cpp 167 bool (*ExistsInTarget)(const TargetInfo &Target);
207 bool AttributeList::existsInTarget(const TargetInfo &Target) const {
208 return getInfo(*this).ExistsInTarget(Target);
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 467 bool existsInTarget(const TargetInfo &Target) const;

Completed in 50 milliseconds