Searched refs:ReturnT (Results 1 – 1 of 1) sorted by relevance
1844 QualType ReturnT; in ActOnCapScopeReturnStmt() local1852 ReturnT = RetValExp->getType(); in ActOnCapScopeReturnStmt()1854 ReturnT = Context.DependentTy; in ActOnCapScopeReturnStmt()1864 ReturnT = Context.VoidTy; in ActOnCapScopeReturnStmt()1869 !ReturnT->isDependentType() && in ActOnCapScopeReturnStmt()1870 !Context.hasSameType(ReturnT, CurCap->ReturnType)) { in ActOnCapScopeReturnStmt()1872 << ReturnT << CurCap->ReturnType in ActOnCapScopeReturnStmt()1876 CurCap->ReturnType = ReturnT; in ActOnCapScopeReturnStmt()