Searched refs:TheDeclarator (Results 1 – 3 of 3) sorted by relevance
183 Declarator &TheDeclarator, in getFunction() argument241 if (!TheDeclarator.InlineStorageUsed && in getFunction()242 NumParams <= std::size(TheDeclarator.InlineParams)) { in getFunction()243 I.Fun.Params = TheDeclarator.InlineParams; in getFunction()246 TheDeclarator.InlineStorageUsed = true; in getFunction()
17538 Declarator TheDeclarator(DS, ParsedAttributesView::none(), in ActOnFriendTypeDecl() local 17540 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator); in ActOnFriendTypeDecl() 17542 if (TheDeclarator.isInvalidType()) in ActOnFriendTypeDecl()
1730 Declarator &TheDeclarator,