Searched refs:IdentifierNamespace (Results 1 – 5 of 5) sorted by relevance
112 enum IdentifierNamespace { enum292 unsigned IdentifierNamespace : 12; variable315 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()325 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()645 return IdentifierNamespace; in getIdentifierNamespace()848 assert((IdentifierNamespace == IDNS_Ordinary || in setLocalExternDecl()849 IdentifierNamespace == IDNS_OrdinaryFriend) && in setLocalExternDecl()853 IdentifierNamespace &= ~IDNS_Ordinary; in setLocalExternDecl()855 IdentifierNamespace |= IDNS_LocalExtern; in setLocalExternDecl()857 IdentifierNamespace |= IDNS_Ordinary; in setLocalExternDecl()[all …]
2684 IdentifierNamespace = Target->getIdentifierNamespace(); in UsingShadowDecl()2731 IdentifierNamespace = ND->getIdentifierNamespace(); in setTargetDecl()
3513 static_cast<decl_type*>(this)->IdentifierNamespace |= in setPreviousDecl()
25 // Reconstruct the one piece of the IdentifierNamespace that we need.
459 TD->IdentifierNamespace = Record[Idx++]; in VisitTagDecl()551 FD->IdentifierNamespace = Record[Idx++]; in VisitFunctionDecl()1446 D->IdentifierNamespace = Record[Idx++]; in VisitRedeclarableTemplateDecl()2289 D->IdentifierNamespace |= in attachPreviousDecl()2290 previous->IdentifierNamespace & in attachPreviousDecl()