Home | History | Annotate | Download | only in Sema

Lines Matching full:isset

185     if (SS.isSet() && !SS.isInvalid()) {
219 if (!SS || !SS->isSet() || !isDependentScopeSpecifier(*SS) ||
247 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
252 } else if (SS.isSet()) {
804 if (SS.isSet())
897 if (!SS.isSet()) {
979 (SS.isSet() && SemanticContext &&
986 if (SS.isSet()) {
2276 if (SS.isSet())
5009 if (TemplateParameterLists.size() > 1 && SS.isSet()) {
5792 if (!SS.isSet())
5885 SS.isSet()))
6380 D.getCXXScopeSpec().isSet() &&
6390 D.getCXXScopeSpec().isSet());