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

References

tools/clang/lib/AST/ASTDiagnostic.cpp
 1243                                    HasToInt, ToIntType, ToNullPtr, ToExpr,
 1249                      (ToExpr || ToValueDecl || HasToInt || ToNullPtr);
 1254     if (FromDeclaration && HasToInt) {
 1257           HasToInt, ToIntType, ToExpr, FromDefault, ToDefault);
 1271     if (HasFromInt || HasToInt) {
 1272       Tree.SetIntegerDiff(FromInt, ToInt, HasFromInt, HasToInt, FromIntType,
 1274       if (HasFromInt && HasToInt) {