Searched refs:FnRetType (Results 1 – 2 of 2) sorted by relevance
3215 QualType FnRetType = CurCap->ReturnType; in ActOnCapScopeReturnStmt() local3275 FnRetType = Context.VoidTy; in ActOnCapScopeReturnStmt()3281 CurCap->ReturnType = FnRetType; in ActOnCapScopeReturnStmt()3283 assert(!FnRetType.isNull()); in ActOnCapScopeReturnStmt()3307 if (FnRetType->isDependentType()) { in ActOnCapScopeReturnStmt()3310 } else if (FnRetType->isVoidType()) { in ActOnCapScopeReturnStmt()3544 QualType FnRetType; in BuildReturnStmt() local3550 FnRetType = FD->getReturnType(); in BuildReturnStmt()3561 FnRetType = MD->getReturnType(); in BuildReturnStmt()3599 FnRetType = FD->getReturnType(); in BuildReturnStmt()[all …]
1398 QualType const FnRetType = FD.getReturnType(); in makeGroDeclAndReturnStmt() local1399 assert(!FnRetType->isDependentType() && in makeGroDeclAndReturnStmt()1402 if (FnRetType->isVoidType()) { in makeGroDeclAndReturnStmt()1414 InitializedEntity::InitializeResult(Loc, FnRetType, false); in makeGroDeclAndReturnStmt()1415 S.PerformMoveOrCopyInitialization(Entity, nullptr, FnRetType, ReturnValue); in makeGroDeclAndReturnStmt()