Home | History | Annotate | Download | only in Sema

Lines Matching refs:AllowNestedNameSpecifiers

137     bool AllowNestedNameSpecifiers;
178 AllowNestedNameSpecifiers(false), HasObjectTypeQualifiers(false),
253 void allowNestedNameSpecifiers(bool Allow = true) {
254 AllowNestedNameSpecifiers = Allow;
538 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus &&
3353 bool AllowNestedNameSpecifiers) {
3357 AllowNestedNameSpecifiers
3374 if (AllowNestedNameSpecifiers) {
3375 Results.allowNestedNameSpecifiers();
3389 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers &&
3625 Results.allowNestedNameSpecifiers();
4334 Results.allowNestedNameSpecifiers();