Home
last modified time | relevance | path

Searched refs:ReturnT (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp1844 QualType ReturnT; in ActOnCapScopeReturnStmt() local
1852 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()