Searched refs:TheDeclarator (Results 1 – 3 of 3) sorted by relevance
172 Declarator &TheDeclarator, in getFunction() argument212 if (!TheDeclarator.InlineParamsUsed && in getFunction()213 NumParams <= llvm::array_lengthof(TheDeclarator.InlineParams)) { in getFunction()214 I.Fun.Params = TheDeclarator.InlineParams; in getFunction()216 TheDeclarator.InlineParamsUsed = true; in getFunction()
11754 Declarator TheDeclarator(DS, Declarator::MemberContext); in ActOnFriendTypeDecl() local11755 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); in ActOnFriendTypeDecl()11757 if (TheDeclarator.isInvalidType()) in ActOnFriendTypeDecl()
1441 Declarator &TheDeclarator,