Searched refs:FnRetType (Results 1 – 2 of 2) sorted by relevance
3531 QualType FnRetType = CurCap->ReturnType; in ActOnCapScopeReturnStmt() local3598 FnRetType = Context.VoidTy; in ActOnCapScopeReturnStmt()3604 CurCap->ReturnType = FnRetType; in ActOnCapScopeReturnStmt()3629 if (FnRetType->isDependentType()) { in ActOnCapScopeReturnStmt()3632 } else if (FnRetType->isVoidType()) { in ActOnCapScopeReturnStmt()3901 QualType FnRetType; in BuildReturnStmt() local3907 FnRetType = FD->getReturnType(); in BuildReturnStmt()3923 FnRetType = MD->getReturnType(); in BuildReturnStmt()3941 FnRetType->getContainedAutoType()) { in BuildReturnStmt()3967 FnRetType = FD->getReturnType(); in BuildReturnStmt()[all …]
1519 QualType const FnRetType = FD.getReturnType(); in makeGroDeclAndReturnStmt() local1520 assert(!FnRetType->isDependentType() && in makeGroDeclAndReturnStmt()1523 if (FnRetType->isVoidType()) { in makeGroDeclAndReturnStmt()1536 InitializedEntity::InitializeResult(Loc, FnRetType); in makeGroDeclAndReturnStmt()