Searched refs:CurCap (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp2258 CapturingScopeInfo *CurCap = cast<CapturingScopeInfo>(getCurFunction()); local
2259 QualType FnRetType = CurCap->ReturnType;
2264 if (CurCap->HasImplicitReturnType) {
2274 FnRetType = CurCap->ReturnType = Context.DependentTy;
2289 if (CurCap->ReturnType.isNull())
2290 CurCap->ReturnType = FnRetType;
2294 if (BlockScopeInfo *CurBlock = dyn_cast<BlockScopeInfo>(CurCap)) {
2300 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CurCap);
2362 if (CurCap->HasImplicitReturnType ||

Completed in 49 milliseconds