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