Home
last modified time | relevance | path

Searched refs:AddRecordDecl (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h61 void AddRecordDecl(const RecordDecl *Record);
/src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp615 void ODRHash::AddRecordDecl(const RecordDecl *Record) { in AddRecordDecl() function in ODRHash
H A DDecl.cpp5200 Hash.AddRecordDecl(this); in getODRHash()