Searched refs:syntaxUsed (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 218 Syntax syntaxUsed, SourceLocation ellipsisLoc) in AttributeList() argument 221 SyntaxUsed(syntaxUsed), Invalid(false), UsedAsTypeAttr(false), in AttributeList() 225 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in AttributeList() 236 Syntax syntaxUsed) in AttributeList() argument 238 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList() 248 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in AttributeList() 257 Syntax syntaxUsed) in AttributeList() argument 259 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(3), SyntaxUsed(syntaxUsed), in AttributeList() 268 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in AttributeList() 275 bool layoutCompatible, bool mustBeNull, Syntax syntaxUsed) in AttributeList() argument [all …]
|