Searched defs:AddDecl (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ | ||
| H A D | TemplateArgumentHasher.cpp | 197 void TemplateArgumentHasher::AddDecl(const Decl *D) { in AddDecl() function in __anon91a37be10111::TemplateArgumentHasher |
| /freebsd/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 303 void AddDecl(const Decl *D) { in AddDecl() function in __anonb4317f1a0111::ODRDeclVisitor |
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ | ||
| H A D | Scope.h | 350 void AddDecl(Decl *D) { in AddDecl() function |