Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DODRHash.h69 void AddSubDecl(const Decl *D);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9524 Hash.AddSubDecl(D); in diagnoseOdrViolations()