Home | History | Annotate | Download | only in AST

Lines Matching refs:getDeclName

1077     if (!ND->getDeclName()) return;
1082 StoredDeclsMap::iterator Pos = Map->find(ND->getDeclName());
1135 if (!D->getDeclName())
1285 if (ND->getDeclName() == Name)
1400 Map->find(D->getDeclName()) == Map->end())
1401 Source->FindExternalVisibleDeclsByName(this, D->getDeclName());
1404 StoredDeclsList &DeclNameEntries = (*Map)[D->getDeclName()];