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

/external/clang/include/clang/Sema/
H A DScopeInfo.h235 HasImplicitReturnType(false)
250 bool HasImplicitReturnType; member in class:clang::sema::CapturingScopeInfo
/external/clang/lib/Sema/
H A DSemaLambda.cpp202 LSI->HasImplicitReturnType = true;
292 assert(CSI.HasImplicitReturnType);
743 ExplicitResultType = !LSI->HasImplicitReturnType;
796 if (LSI->HasImplicitReturnType) {
H A DSemaStmt.cpp2264 if (CurCap->HasImplicitReturnType) {
2362 if (CurCap->HasImplicitReturnType ||
H A DSemaExpr.cpp9238 getCurBlock()->HasImplicitReturnType = true;
9319 CurBlock->HasImplicitReturnType = false;
9405 if (BSI->HasImplicitReturnType)
H A DTreeTransform.h8784 blockScope->HasImplicitReturnType = false;

Completed in 453 milliseconds