Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp470 LSI->HasImplicitReturnType = false; in buildLambdaScopeReturnType()
476 LSI->HasImplicitReturnType = true; in buildLambdaScopeReturnType()
649 assert(CSI.HasImplicitReturnType); in deduceClosureReturnType()
2030 ExplicitResultType = !LSI->HasImplicitReturnType; in BuildLambdaExpr()
H A DSemaStmt.cpp3596 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3628 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3739 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3746 CurBlock && CurCap->HasImplicitReturnType && RetValExp && in ActOnCapScopeReturnStmt()
3870 if (LambdaSI && LambdaSI->HasImplicitReturnType) in DeduceFunctionTypeFromReturnExpr()
H A DSemaExpr.cpp16960 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
17034 CurBlock->HasImplicitReturnType = false; in ActOnBlockArguments()
17117 if (BSI->HasImplicitReturnType) in ActOnBlockStmtExpr()
H A DTreeTransform.h14854 blockScope->HasImplicitReturnType = false; in TransformBlockExpr()
H A DSemaDecl.cpp16053 if (LSI->HasImplicitReturnType) { in ActOnFinishFunctionBody()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h708 bool HasImplicitReturnType = false; variable