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

References

tools/clang/lib/Sema/SemaExpr.cpp
 9522   const Expr *StringRefExpr = LHSExpr;
 9527     CharExpr = dyn_cast<CharacterLiteral>(LHSExpr->IgnoreImpCasts());
 9545   SourceRange DiagRange(LHSExpr->getBeginLoc(), RHSExpr->getEndLoc());
 9562         << FixItHint::CreateInsertion(LHSExpr->getBeginLoc(), "&")