Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DODRHash.h56 void AddCXXRecordDecl(const CXXRecordDecl *Record);
/external/llvm-project/clang/lib/AST/
DODRHash.cpp472 void ODRHash::AddCXXRecordDecl(const CXXRecordDecl *Record) { in AddCXXRecordDecl() function in ODRHash
DDeclCXX.cpp495 Hash.AddCXXRecordDecl(getDefinition()); in getODRHash()