Home | History | Annotate | Download | only in AST

Lines Matching refs:NamedDecl

404                    SmallVectorImpl<const NamedDecl *> &Redeclared) {
465 SmallVector<const NamedDecl*, 8> Overridden;
473 getOverriddenMethods(dyn_cast<NamedDecl>(D), Overridden);
601 SmallVector<NamedDecl *, 4> CanonParams;
883 void ASTContext::mergeDefinitionIntoModule(NamedDecl *ND, Module *M,
895 void ASTContext::deduplicateMergedDefinitonsFor(NamedDecl *ND) {
1215 NamedDecl *
1217 llvm::DenseMap<UsingDecl *, NamedDecl *>::const_iterator Pos
1226 ASTContext::setInstantiatedFromUsingDecl(UsingDecl *Inst, NamedDecl *Pattern) {
1308 const NamedDecl *D,
1309 SmallVectorImpl<const NamedDecl *> &Overridden) const {
2069 const NamedDecl *ND) const {
5878 std::multimap<uint64_t, NamedDecl *> FieldOrBaseOffsets;
5925 std::multimap<uint64_t, NamedDecl *>::iterator
5966 NamedDecl *dcl = CurLayObj->second;
6444 NamedDecl **Storage = OT->getStorage();
6446 NamedDecl *D = *I;
8572 void ASTContext::setManglingNumber(const NamedDecl *ND, unsigned Number) {
8577 unsigned ASTContext::getManglingNumber(const NamedDecl *ND) const {
8578 llvm::DenseMap<const NamedDecl *, unsigned>::const_iterator I =