Searched defs:AddDecl (Results 1 – 4 of 4) sorted by relevance
| /src/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 | 345 void AddDecl(Decl *D) { in AddDecl() function |
| /src/contrib/llvm-project/clang/lib/Sema/ | ||
| H A D | IdentifierResolver.cpp | 155 void IdentifierResolver::AddDecl(NamedDecl *D) { in AddDecl() function in IdentifierResolver |
| /src/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 287 void AddDecl(const Decl *D) { in AddDecl() function in __anon27787b2f0111::ODRDeclVisitor |