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

Declarations

tools/clang/include/clang/AST/Decl.h
 2634   unsigned getODRHash() const;

References

tools/clang/lib/AST/ODRHash.cpp
  338     ID.AddInteger(D->getODRHash());
tools/clang/lib/Serialization/ASTReader.cpp
11282             ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash();
11284             ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash();