Home
last modified time | relevance | path

Searched defs:AvailabilityChange (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
DAttributeList.h33 struct AvailabilityChange { struct
35 SourceLocation KeywordLoc;
38 VersionTuple Version;
41 SourceRange VersionRange;
44 bool isValid() const { return !Version.empty(); } in isValid()