Searched refs:IsDependentContext (Results 1 – 2 of 2) sorted by relevance
6356 bool IsDependentContext = DC->isDependentContext(); in HandleDeclarator() local6358 if (!IsDependentContext && in HandleDeclarator()6386 if (EnteringContext && IsDependentContext && in HandleDeclarator()
3323 bool IsDependentContext = DC != LexicalDC ? LexicalDC->isDependentContext() in VisitRecordDecl() local3325 bool DependentFriend = IsFriendTemplate && IsDependentContext; in VisitRecordDecl()