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

Declarations

tools/clang/include/clang/AST/ODRHash.h
   61   void AddFunctionDecl(const FunctionDecl *Function, bool SkipBody = false);

References

tools/clang/lib/AST/Decl.cpp
 3917   Hash.AddFunctionDecl(this);
tools/clang/lib/Serialization/ASTReader.cpp
11274           Hash.AddFunctionDecl(D, true /*SkipBody*/);