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

References

tools/clang/lib/Sema/SemaChecking.cpp
13243       BaseExpr->getType()->getPointeeOrArrayElementType();
13244   BaseExpr = BaseExpr->IgnoreParenCasts();
13244   BaseExpr = BaseExpr->IgnoreParenCasts();
13246       Context.getAsConstantArrayType(BaseExpr->getType());
13264   if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BaseExpr))
13266   if (const MemberExpr *ME = dyn_cast<MemberExpr>(BaseExpr))
13335     DiagRuntimeBehavior(BaseExpr->getBeginLoc(), BaseExpr,
13335     DiagRuntimeBehavior(BaseExpr->getBeginLoc(), BaseExpr,
13347     DiagRuntimeBehavior(BaseExpr->getBeginLoc(), BaseExpr,
13347     DiagRuntimeBehavior(BaseExpr->getBeginLoc(), BaseExpr,
13355            dyn_cast<ArraySubscriptExpr>(BaseExpr))
13356       BaseExpr = ASE->getBase()->IgnoreParenCasts();
13357     if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BaseExpr))
13359     if (const MemberExpr *ME = dyn_cast<MemberExpr>(BaseExpr))
13364     DiagRuntimeBehavior(ND->getBeginLoc(), BaseExpr,