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

References

tools/clang/lib/Sema/SemaExpr.cpp
 9524       dyn_cast<CharacterLiteral>(RHSExpr->IgnoreImpCasts());
 9528     StringRefExpr = RHSExpr;
 9545   SourceRange DiagRange(LHSExpr->getBeginLoc(), RHSExpr->getEndLoc());
 9559   if (isa<CharacterLiteral>(RHSExpr->IgnoreImpCasts())) {
 9560     SourceLocation EndLoc = Self.getLocForEndOfToken(RHSExpr->getEndLoc());