Lines Matching defs:DeclaratorInfo
79 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), Context);
80 ParseDeclarator(DeclaratorInfo);
82 *Range = DeclaratorInfo.getSourceRange();
84 if (DeclaratorInfo.isInvalidType())
87 return Actions.ActOnTypeName(DeclaratorInfo);
4990 ParsingFieldDeclarator DeclaratorInfo(*this, DS, Attrs);
4991 DeclaratorInfo.D.setCommaLoc(CommaLoc);
4998 MaybeParseGNUAttributes(DeclaratorInfo.D);
5007 ParseDeclarator(DeclaratorInfo.D);
5009 DeclaratorInfo.D.SetIdentifier(nullptr, Tok.getLocation());
5021 DeclaratorInfo.BitfieldSize = Res.get();
5025 MaybeParseGNUAttributes(DeclaratorInfo.D, LateFieldAttrs);
5028 Decl *Field = FieldsCallback(DeclaratorInfo);
5443 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),
5445 BaseType = Actions.ActOnTypeName(DeclaratorInfo);
5447 BaseRange = SourceRange(ColonLoc, DeclaratorInfo.getSourceRange().getEnd());