reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
13797       if (LSI->HasImplicitReturnType) {
tools/clang/lib/Sema/SemaExpr.cpp
14102   getCurBlock()->HasImplicitReturnType = true;
14176     CurBlock->HasImplicitReturnType = false;
14255   if (BSI->HasImplicitReturnType)
tools/clang/lib/Sema/SemaLambda.cpp
  512     LSI->HasImplicitReturnType = true;
  693   assert(CSI.HasImplicitReturnType);
 1666     ExplicitResultType = !LSI->HasImplicitReturnType;
tools/clang/lib/Sema/SemaStmt.cpp
 3249       (HasDeducedReturnType || CurCap->HasImplicitReturnType)) {
 3275   } else if (CurCap->HasImplicitReturnType) {
 3391   if (CurCap->HasImplicitReturnType || NRVOCandidate)
 3534       if (LambdaSI && LambdaSI->HasImplicitReturnType) {
tools/clang/lib/Sema/TreeTransform.h
12765     blockScope->HasImplicitReturnType = false;