Searched defs:AddDecl (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/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 | 321 void AddDecl(Decl *D) { in AddDecl() function |
/openbsd-src/gnu/llvm/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 276 void AddDecl(const Decl *D) { in AddDecl() function in __anoncf944ab10111::ODRDeclVisitor |
/openbsd-src/gnu/llvm/clang/lib/Sema/ | ||
H A D | IdentifierResolver.cpp | 150 void IdentifierResolver::AddDecl(NamedDecl *D) { in AddDecl() function in IdentifierResolver |
/openbsd-src/gnu/llvm/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 2258 void EnqueueVisitor::AddDecl(const Decl *D, bool isFirst) { in AddDecl() function in EnqueueVisitor |