Searched refs:formUsed (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 208 Form formUsed, SourceLocation ellipsisLoc) in ParsedAttr() argument 209 : AttributeCommonInfo(attrName, scope, attrRange, formUsed), in ParsedAttr() 225 const Expr *messageExpr, Form formUsed, SourceLocation strict, in ParsedAttr() argument 227 : AttributeCommonInfo(attrName, scope, attrRange, formUsed), NumArgs(1), in ParsedAttr() 243 IdentifierLoc *Parm2, IdentifierLoc *Parm3, Form formUsed) in ParsedAttr() argument 244 : AttributeCommonInfo(attrName, scope, attrRange, formUsed), NumArgs(3), in ParsedAttr() 259 Form formUsed) in ParsedAttr() argument 260 : AttributeCommonInfo(attrName, scope, attrRange, formUsed), NumArgs(1), in ParsedAttr() 275 AttributeScopeInfo scope, ParsedType typeArg, Form formUsed, in ParsedAttr() argument 277 : AttributeCommonInfo(attrName, scope, attrRange, formUsed), in ParsedAttr() [all …]
|