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

/external/clang/include/clang/Sema/
H A DScopeInfo.h225 HasImplicitReturnType(false)
240 bool HasImplicitReturnType; member in class:clang::sema::CapturingScopeInfo
/external/clang/lib/Sema/
H A DSemaLambda.cpp192 LSI->HasImplicitReturnType = true;
589 ExplicitResultType = !LSI->HasImplicitReturnType;
641 if (LSI->HasImplicitReturnType) {
H A DSemaStmt.cpp1843 if (CurCap->HasImplicitReturnType) {
H A DSemaExpr.cpp8888 getCurBlock()->HasImplicitReturnType = true;
8956 CurBlock->HasImplicitReturnType = false;
H A DTreeTransform.h8804 blockScope->HasImplicitReturnType = false;

Completed in 155 milliseconds