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

References

tools/clang/include/clang/AST/Decl.h
 1892   bool hasODRHash() const { return FunctionDeclBits.HasODRHash; }
 1895   void setHasODRHash(bool B = true) { FunctionDeclBits.HasODRHash = B; }
tools/clang/lib/AST/Decl.cpp
 2796   FunctionDeclBits.HasODRHash = false;