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

/external/clang/include/clang/Sema/
H A DScopeInfo.h452 HasImplicitReturnType(false)
467 bool HasImplicitReturnType; member in class:clang::sema::CapturingScopeInfo
/external/clang/lib/Sema/
H A DSemaLambda.cpp466 LSI->HasImplicitReturnType = true;
616 assert(CSI.HasImplicitReturnType);
1396 ExplicitResultType = !LSI->HasImplicitReturnType;
1454 if (LSI->HasImplicitReturnType && !getLangOpts().CPlusPlus1y) {
H A DSemaStmt.cpp2607 } else if (CurCap->HasImplicitReturnType) {
2718 if (CurCap->HasImplicitReturnType || NRVOCandidate)
2795 if (LambdaSI && LambdaSI->HasImplicitReturnType) {
H A DSemaExpr.cpp10439 getCurBlock()->HasImplicitReturnType = true;
10512 CurBlock->HasImplicitReturnType = false;
10590 if (BSI->HasImplicitReturnType)
H A DTreeTransform.h9702 blockScope->HasImplicitReturnType = false;

Completed in 3703 milliseconds