Searched refs:TheDeclarator (Results 1 – 6 of 6) sorted by relevance
178 Declarator &TheDeclarator, in getFunction()223 if (!TheDeclarator.InlineParamsUsed && in getFunction()224 NumParams <= llvm::array_lengthof(TheDeclarator.InlineParams)) { in getFunction()225 I.Fun.Params = TheDeclarator.InlineParams; in getFunction()227 TheDeclarator.InlineParamsUsed = true; in getFunction()
12638 Declarator TheDeclarator(DS, Declarator::MemberContext); in ActOnFriendTypeDecl() local12639 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); in ActOnFriendTypeDecl()12641 if (TheDeclarator.isInvalidType()) in ActOnFriendTypeDecl()
182 Declarator &TheDeclarator, in getFunction() argument239 if (!TheDeclarator.InlineStorageUsed && in getFunction()240 NumParams <= llvm::array_lengthof(TheDeclarator.InlineParams)) { in getFunction()241 I.Fun.Params = TheDeclarator.InlineParams; in getFunction()244 TheDeclarator.InlineStorageUsed = true; in getFunction()
16351 Declarator TheDeclarator(DS, DeclaratorContext::Member); in ActOnFriendTypeDecl() local16352 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); in ActOnFriendTypeDecl()16354 if (TheDeclarator.isInvalidType()) in ActOnFriendTypeDecl()
1548 Declarator &TheDeclarator,
1641 Declarator &TheDeclarator,