Searched defs:AddDecl (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/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 | 316 void AddDecl(Decl *D) { in AddDecl() function |
| /llvm-project-15.0.7/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 267 void AddDecl(const Decl *D) { in AddDecl() function in __anonfecede4a0111::ODRDeclVisitor |
| /llvm-project-15.0.7/clang/lib/Sema/ | ||
| H A D | IdentifierResolver.cpp | 146 void IdentifierResolver::AddDecl(NamedDecl *D) { in AddDecl() function in IdentifierResolver |
| /llvm-project-15.0.7/clang/tools/libclang/ | ||
| H A D | CIndex.cpp | 2250 void EnqueueVisitor::AddDecl(const Decl *D, bool isFirst) { in AddDecl() function in EnqueueVisitor |