Searched refs:TheDeclarator (Results 1 – 3 of 3) sorted by relevance
180 Declarator &TheDeclarator, in getFunction() argument238 if (!TheDeclarator.InlineStorageUsed && in getFunction()239 NumParams <= std::size(TheDeclarator.InlineParams)) { in getFunction()240 I.Fun.Params = TheDeclarator.InlineParams; in getFunction()243 TheDeclarator.InlineStorageUsed = true; in getFunction()
18063 Declarator TheDeclarator(DS, ParsedAttributesView::none(), in ActOnFriendTypeDecl() local18065 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator); in ActOnFriendTypeDecl()18067 if (TheDeclarator.isInvalidType()) in ActOnFriendTypeDecl()
1732 Declarator &TheDeclarator,