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

References

tools/clang/lib/AST/ASTDiagnostic.cpp
 1241         FromIntType, FromNullPtr, FromExpr, FromValueDecl, NeedFromAddressOf);
 1247                        (FromExpr || FromValueDecl || HasFromInt || FromNullPtr);
 1251     bool FromDeclaration = FromValueDecl || FromNullPtr;
 1256           FromValueDecl, NeedFromAddressOf, FromNullPtr, FromExpr, ToInt,
 1282       Tree.SetDeclarationDiff(FromValueDecl, ToValueDecl, NeedFromAddressOf,
 1287           FromValueDecl && ToValueDecl &&
 1289           FromValueDecl->getCanonicalDecl() == ToValueDecl->getCanonicalDecl();