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

/external/clang/include/clang/Sema/
H A DAttributeList.h67 /// True if Microsoft style: declspec(foo).
124 bool declspec, bool cxx0x)
128 DeclspecAttribute(declspec), CXX0XAttribute(cxx0x), Invalid(false),
142 bool declspec, bool cxx0x)
145 NumArgs(0), DeclspecAttribute(declspec), CXX0XAttribute(cxx0x),
478 bool declspec = false, bool cxx0x = false) {
485 declspec, cxx0x));
495 bool declspec = false, bool cxx0x = false) {
502 declspec, cxx0x));
604 bool declspec
120 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *parmName, SourceLocation parmLoc, Expr **args, unsigned numArgs, bool declspec, bool cxx0x) argument
135 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *parmName, SourceLocation parmLoc, const AvailabilityChange &introduced, const AvailabilityChange &deprecated, const AvailabilityChange &obsoleted, SourceLocation unavailable, bool declspec, bool cxx0x) argument
[all...]

Completed in 67 milliseconds