Searched defs:unavailable (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h85 /// \brief The location of the 'unavailable' keyword in an
143 SourceLocation unavailable,
150 UnavailableLoc(unavailable), MessageExpr(messageExpr),
402 SourceLocation unavailable,
410 unavailable, MessageExpr,
527 SourceLocation unavailable,
532 introduced, deprecated, obsoleted, unavailable,
137 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *parmName, SourceLocation parmLoc, const AvailabilityChange &introduced, const AvailabilityChange &deprecated, const AvailabilityChange &obsoleted, SourceLocation unavailable, const Expr *messageExpr, bool declspec, bool cxx0x) argument

Completed in 42 milliseconds