Home | History | Annotate | Download | only in AST

Lines Matching refs:getDeclName

1211     if (!ND->getDeclName()) return;
1217 StoredDeclsMap::iterator Pos = Map->find(ND->getDeclName());
1272 if (!D->getDeclName())
1485 if (ND->getDeclName() == Name)
1604 Map->find(D->getDeclName()) == Map->end())
1605 Source->FindExternalVisibleDeclsByName(this, D->getDeclName());
1608 StoredDeclsList &DeclNameEntries = (*Map)[D->getDeclName()];