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

References

tools/clang/lib/AST/ASTDiagnostic.cpp
 1240         Context, FromIter, FromDefaultNonTypeDecl, FromInt, HasFromInt,
 1247                        (FromExpr || FromValueDecl || HasFromInt || FromNullPtr);
 1263     if (HasFromInt && ToDeclaration) {
 1265           FromInt, HasFromInt, FromIntType, FromExpr, ToValueDecl,
 1271     if (HasFromInt || HasToInt) {
 1272       Tree.SetIntegerDiff(FromInt, ToInt, HasFromInt, HasToInt, FromIntType,
 1274       if (HasFromInt && HasToInt) {