Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DODRHash.h69 void AddSubDecl(const Decl *D);
/external/llvm-project/clang/lib/AST/
DODRHash.cpp194 AddSubDecl(ND); in AddTemplateParameterList()
466 void ODRHash::AddSubDecl(const Decl *D) { in AddSubDecl() function in ODRHash
501 AddSubDecl(SubDecl); in AddCXXRecordDecl()
567 AddSubDecl(Param); in AddFunctionDecl()
598 AddSubDecl(SubDecl); in AddFunctionDecl()
625 AddSubDecl(SubDecl); in AddEnumDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9661 Hash.AddSubDecl(D); in diagnoseOdrViolations()