Lines Matching defs:DeclaratorInfo
78 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), Context);
79 ParseDeclarator(DeclaratorInfo);
81 *Range = DeclaratorInfo.getSourceRange();
83 if (DeclaratorInfo.isInvalidType())
86 return Actions.ActOnTypeName(DeclaratorInfo);
4942 ParsingFieldDeclarator DeclaratorInfo(*this, DS, Attrs);
4943 DeclaratorInfo.D.setCommaLoc(CommaLoc);
4950 MaybeParseGNUAttributes(DeclaratorInfo.D);
4959 ParseDeclarator(DeclaratorInfo.D);
4961 DeclaratorInfo.D.SetIdentifier(nullptr, Tok.getLocation());
4973 DeclaratorInfo.BitfieldSize = Res.get();
4977 MaybeParseGNUAttributes(DeclaratorInfo.D, LateFieldAttrs);
4980 Decl *Field = FieldsCallback(DeclaratorInfo);
5395 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),
5397 BaseType = Actions.ActOnTypeName(DeclaratorInfo);
5399 BaseRange = SourceRange(ColonLoc, DeclaratorInfo.getSourceRange().getEnd());