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

/external/clang/lib/Sema/
H A DSemaStmt.cpp2259 QualType FnRetType = CurCap->ReturnType; local
2272 FnRetType = RetValExp->getType();
2274 FnRetType = CurCap->ReturnType = Context.DependentTy;
2284 FnRetType = Context.VoidTy;
2290 CurCap->ReturnType = FnRetType;
2292 assert(!FnRetType.isNull());
2311 if (FnRetType->isDependentType()) {
2314 } else if (FnRetType->isVoidType()) {
2338 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false);
2340 FnRetType,
[all...]

Completed in 49 milliseconds