Home
last modified time | relevance | path

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

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