Searched refs:TheDeclarator (Results 1 – 3 of 3) sorted by relevance
162 Declarator &TheDeclarator, in getFunction() argument192 if (!TheDeclarator.InlineParamsUsed && in getFunction()193 NumArgs <= llvm::array_lengthof(TheDeclarator.InlineParams)) { in getFunction()194 I.Fun.ArgInfo = TheDeclarator.InlineParams; in getFunction()196 TheDeclarator.InlineParamsUsed = true; in getFunction()
8372 Declarator TheDeclarator(DS, Declarator::MemberContext); in ActOnFriendTypeDecl() local8373 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); in ActOnFriendTypeDecl()8375 if (TheDeclarator.isInvalidType()) in ActOnFriendTypeDecl()
1310 Declarator &TheDeclarator,