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

References

tools/clang/lib/Sema/SemaExpr.cpp
11178   if (!RHSInt) {
11184       RHSInt = dyn_cast<IntegerLiteral>(UO->getSubExpr());
11185       if (!RHSInt)
11195   llvm::APInt RightSideValue = RHSInt->getValue();
11203       LHSInt->getBeginLoc(), S.getLocForEndOfToken(RHSInt->getLocation()));
11219       CharSourceRange::getTokenRange(RHSInt->getSourceRange()),