Searched refs:formUsed (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 221 ArgsUnion *args, unsigned numArgs, Form formUsed, in ParsedAttr() argument 223 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, formUsed), in ParsedAttr() 239 const Expr *messageExpr, Form formUsed, SourceLocation strict, in ParsedAttr() argument 241 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, formUsed), in ParsedAttr() 258 Form formUsed) in ParsedAttr() argument 259 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, formUsed), in ParsedAttr() 274 bool layoutCompatible, bool mustBeNull, Form formUsed) in ParsedAttr() argument 275 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, formUsed), in ParsedAttr() 291 ParsedType typeArg, Form formUsed, SourceLocation ellipsisLoc) in ParsedAttr() argument 292 : AttributeCommonInfo(attrName, scopeName, attrRange, scopeLoc, formUsed), in ParsedAttr() [all …]
|