Searched defs:AddDecl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ | ||
| H A D | IdentifierResolver.h | 51 void AddDecl(NamedDecl *D) { Decls.push_back(D); } in AddDecl() function |
| H A D | Scope.h | 287 void AddDecl(Decl *D) { in AddDecl() function |
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 261 void AddDecl(const Decl *D) { in AddDecl() function in __anondc2745e90111::ODRDeclVisitor |
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ | ||
| H A D | IdentifierResolver.cpp | 145 void IdentifierResolver::AddDecl(NamedDecl *D) { in AddDecl() function in IdentifierResolver |