Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h57 void AddCXXRecordDecl(const CXXRecordDecl *Record);
/src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp568 void ODRHash::AddCXXRecordDecl(const CXXRecordDecl *Record) { in AddCXXRecordDecl() function in ODRHash
H A DDeclCXX.cpp504 Hash.AddCXXRecordDecl(getDefinition()); in getODRHash()