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

References

tools/clang/lib/Sema/SemaOverload.cpp
 2262   if (Expr->isValueDependent() && !Expr->isTypeDependent() &&
 2262   if (Expr->isValueDependent() && !Expr->isTypeDependent() &&
 2263       Expr->getType()->isIntegerType() && !Expr->getType()->isEnumeralType())
 2263       Expr->getType()->isIntegerType() && !Expr->getType()->isEnumeralType())
 2266   return Expr->isNullPointerConstant(Context,