Searched defs:AddDecl (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 |
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 266 void AddDecl(const Decl *D) { in AddDecl() function in __anon79b649e50111::ODRDeclVisitor |
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ | ||
H A D | IdentifierResolver.cpp | 144 void IdentifierResolver::AddDecl(NamedDecl *D) { in AddDecl() function in IdentifierResolver |
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 2145 void EnqueueVisitor::AddDecl(const Decl *D, bool isFirst) { in AddDecl() function in EnqueueVisitor |