Home
last modified time | relevance | path

Searched refs:syntaxUsed (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
DAttributeList.h186 Syntax syntaxUsed, SourceLocation ellipsisLoc) in AttributeList() argument
189 EllipsisLoc(ellipsisLoc), NumArgs(numArgs), SyntaxUsed(syntaxUsed), in AttributeList()
194 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in AttributeList()
206 Syntax syntaxUsed) in AttributeList() argument
209 NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList()
217 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in AttributeList()
226 bool mustBeNull, Syntax syntaxUsed) in AttributeList() argument
229 EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList()
237 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in AttributeList()
244 ParsedType typeArg, Syntax syntaxUsed) in AttributeList() argument
[all …]