Searched refs:FnRetType (Results 1 – 2 of 2) sorted by relevance
3569 QualType FnRetType = CurCap->ReturnType; in ActOnCapScopeReturnStmt() local3635 FnRetType = Context.VoidTy; in ActOnCapScopeReturnStmt()3641 CurCap->ReturnType = FnRetType; in ActOnCapScopeReturnStmt()3666 if (FnRetType->isDependentType()) { in ActOnCapScopeReturnStmt()3669 } else if (FnRetType->isVoidType()) { in ActOnCapScopeReturnStmt()3944 QualType FnRetType; in BuildReturnStmt() local3950 FnRetType = FD->getReturnType(); in BuildReturnStmt()3966 FnRetType = MD->getReturnType(); in BuildReturnStmt()3983 FnRetType->getContainedAutoType()) { in BuildReturnStmt()4023 FnRetType = FD->getReturnType(); in BuildReturnStmt()[all …]
1604 QualType const FnRetType = FD.getReturnType(); in makeGroDeclAndReturnStmt() local1605 assert(!FnRetType->isDependentType() && in makeGroDeclAndReturnStmt()1608 if (FnRetType->isVoidType()) { in makeGroDeclAndReturnStmt()1620 InitializedEntity::InitializeResult(Loc, FnRetType); in makeGroDeclAndReturnStmt()