Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclarationName

59   /// Returns the IdDeclInfo associated to the DeclarationName.
61 IdDeclInfo &operator[](DeclarationName Name);
152 DeclarationName Name = D->getDeclName();
177 DeclarationName Name = D->getDeclName();
218 DeclarationName Name = D->getDeclName();
239 DeclarationName Name = Old->getDeclName();
261 IdentifierResolver::begin(DeclarationName Name) {
320 bool IdentifierResolver::tryAddTopLevelDecl(NamedDecl *D, DeclarationName Name){
413 /// Returns the IdDeclInfo associated to the DeclarationName.
416 IdentifierResolver::IdDeclInfoMap::operator[](DeclarationName Name) {