Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DODRHash.h56 void AddCXXRecordDecl(const CXXRecordDecl *Record);
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp473 void ODRHash::AddCXXRecordDecl(const CXXRecordDecl *Record) { in AddCXXRecordDecl() function in ODRHash
H A DDeclCXX.cpp502 Hash.AddCXXRecordDecl(getDefinition()); in getODRHash()