Home
last modified time | relevance | path

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

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