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

References

tools/clang/lib/Sema/SemaExpr.cpp
 9526   if (!CharExpr) {
 9527     CharExpr = dyn_cast<CharacterLiteral>(LHSExpr->IgnoreImpCasts());
 9531   if (!CharExpr || !StringRefExpr)
 9547   const QualType CharType = CharExpr->getType();
 9550       llvm::isUIntN(Ctx.getCharWidth(), CharExpr->getValue())) {
 9555         << DiagRange << CharExpr->getType();