Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp189 AddSubDecl(ND); in AddTemplateParameterList()
456 void ODRHash::AddSubDecl(const Decl *D) { in AddSubDecl() function in ODRHash
491 AddSubDecl(SubDecl); in AddCXXRecordDecl()
557 AddSubDecl(Param); in AddFunctionDecl()
588 AddSubDecl(SubDecl); in AddFunctionDecl()
615 AddSubDecl(SubDecl); in AddEnumDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DODRHash.h70 void AddSubDecl(const Decl *D);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp9609 Hash.AddSubDecl(D); in diagnoseOdrViolations()