Searched refs:TheDeclarator (Results 1 – 3 of 3) sorted by relevance
172 Declarator &TheDeclarator, in getFunction() argument212 if (!TheDeclarator.InlineParamsUsed && in getFunction()213 NumArgs <= llvm::array_lengthof(TheDeclarator.InlineParams)) { in getFunction()214 I.Fun.ArgInfo = TheDeclarator.InlineParams; in getFunction()216 TheDeclarator.InlineParamsUsed = true; in getFunction()
11468 Declarator TheDeclarator(DS, Declarator::MemberContext); in ActOnFriendTypeDecl() local11469 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); in ActOnFriendTypeDecl()11471 if (TheDeclarator.isInvalidType()) in ActOnFriendTypeDecl()
1445 Declarator &TheDeclarator,