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

References

tools/clang/lib/AST/ASTDiagnostic.cpp
 1244                                    ToValueDecl, NeedToAddressOf);
 1249                      (ToExpr || ToValueDecl || HasToInt || ToNullPtr);
 1252     bool ToDeclaration = ToValueDecl || ToNullPtr;
 1265           FromInt, HasFromInt, FromIntType, FromExpr, ToValueDecl,
 1282       Tree.SetDeclarationDiff(FromValueDecl, ToValueDecl, NeedFromAddressOf,
 1287           FromValueDecl && ToValueDecl &&
 1289           FromValueDecl->getCanonicalDecl() == ToValueDecl->getCanonicalDecl();