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

References

tools/clang/lib/Sema/SemaExpr.cpp
 9493   Expr* IndexExpr = RHSExpr;
 9495     StrExpr = dyn_cast<StringLiteral>(RHSExpr->IgnoreImpCasts());
 9504   SourceRange DiagRange(LHSExpr->getBeginLoc(), RHSExpr->getEndLoc());
 9509   if (IndexExpr == RHSExpr) {
 9510     SourceLocation EndLoc = Self.getLocForEndOfToken(RHSExpr->getEndLoc());