Home | History | Annotate | Download | only in AST

Lines Matching refs:NamedDecl

402                    SmallVectorImpl<const NamedDecl *> &Redeclared) {
464 SmallVector<const NamedDecl*, 8> Overridden;
472 getOverriddenMethods(dyn_cast<NamedDecl>(D), Overridden);
600 SmallVector<NamedDecl *, 4> CanonParams;
1137 NamedDecl *
1139 llvm::DenseMap<UsingDecl *, NamedDecl *>::const_iterator Pos
1148 ASTContext::setInstantiatedFromUsingDecl(UsingDecl *Inst, NamedDecl *Pattern) {
1230 const NamedDecl *D,
1231 SmallVectorImpl<const NamedDecl *> &Overridden) const {
1932 const NamedDecl *ND) const {
5592 std::multimap<uint64_t, NamedDecl *> FieldOrBaseOffsets;
5640 std::multimap<uint64_t, NamedDecl *>::iterator
5681 NamedDecl *dcl = CurLayObj->second;
6151 NamedDecl **Storage = OT->getStorage();
6153 NamedDecl *D = *I;
8048 void ASTContext::setManglingNumber(const NamedDecl *ND, unsigned Number) {
8053 unsigned ASTContext::getManglingNumber(const NamedDecl *ND) const {
8054 llvm::DenseMap<const NamedDecl *, unsigned>::const_iterator I =