Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DAttributeList.h34 struct AvailabilityChange { struct
36 SourceLocation KeywordLoc;
39 VersionTuple Version;
42 SourceRange VersionRange;
45 bool isValid() const { return !Version.empty(); } in isValid()