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

/external/clang/include/clang/Sema/
H A DAttributeList.h186 Syntax syntaxUsed, SourceLocation ellipsisLoc)
189 EllipsisLoc(ellipsisLoc), NumArgs(numArgs), SyntaxUsed(syntaxUsed),
194 AttrKind = getKind(getName(), getScopeName(), syntaxUsed);
206 Syntax syntaxUsed)
209 NumArgs(0), SyntaxUsed(syntaxUsed),
217 AttrKind = getKind(getName(), getScopeName(), syntaxUsed);
226 bool mustBeNull, Syntax syntaxUsed)
229 EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed),
237 AttrKind = getKind(getName(), getScopeName(), syntaxUsed);
244 ParsedType typeArg, Syntax syntaxUsed)
182 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *parmName, SourceLocation parmLoc, Expr **args, unsigned numArgs, Syntax syntaxUsed, SourceLocation ellipsisLoc) argument
198 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, Syntax syntaxUsed) argument
221 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *argumentKindName, SourceLocation argumentKindLoc, ParsedType matchingCType, bool layoutCompatible, bool mustBeNull, Syntax syntaxUsed) argument
241 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *parmName, SourceLocation parmLoc, ParsedType typeArg, Syntax syntaxUsed) argument
256 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *parmName, SourceLocation parmLoc, IdentifierInfo *getterId, IdentifierInfo *setterId, Syntax syntaxUsed) argument
[all...]

Completed in 64 milliseconds