Home
last modified time | relevance | path

Searched defs:AddDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp197 void TemplateArgumentHasher::AddDecl(const Decl *D) { in AddDecl() function in __anon91a37be10111::TemplateArgumentHasher
229 void AddDecl(const Decl *D) { in AddDecl() function in __anon91a37be10111::TypeVisitorHelper
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp303 void AddDecl(const Decl *D) { in AddDecl() function in __anonb4317f1a0111::ODRDeclVisitor
826 void ODRHash::AddDecl(const Decl *D) { in AddDecl() function in ODRHash
877 void AddDecl(const Decl *D) { in AddDecl() function in __anonb4317f1a0211::ODRTypeVisitor
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h350 void AddDecl(Decl *D) { in AddDecl() function