Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDODRHash.h57 void AddCXXRecordDecl(const CXXRecordDecl *Record);
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDODRHash.cpp568 void ODRHash::AddCXXRecordDecl(const CXXRecordDecl *Record) { in AddCXXRecordDecl() function in ODRHash
HDDeclCXX.cpp504 Hash.AddCXXRecordDecl(getDefinition()); in getODRHash()