Searched defs:AddDecl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ | ||
| H A D | IdentifierResolver.h | 50 void AddDecl(NamedDecl *D) { Decls.push_back(D); } in AddDecl() function |
| H A D | Scope.h | 306 void AddDecl(Decl *D) { in AddDecl() function |
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 266 void AddDecl(const Decl *D) { in AddDecl() function in __anonb1d94ece0111::ODRDeclVisitor |
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ | ||
| H A D | IdentifierResolver.cpp | 144 void IdentifierResolver::AddDecl(NamedDecl *D) { in AddDecl() function in IdentifierResolver |