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

References

tools/clang/lib/Sema/SemaOverload.cpp
  352       if (Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) {
  355         Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(),
  355         Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(),
  358         llvm::APSInt ConvertedValue = IntConstantValue;
  363         if (IntConstantValue != ConvertedValue) {
  364           ConstantValue = APValue(IntConstantValue);