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 &&
3413 bool AllowNestedNameSpecifiers) {
3417 AllowNestedNameSpecifiers
3434 if (AllowNestedNameSpecifiers) {
3435 Results.allowNestedNameSpecifiers();
3449 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers &&
3687 Results.allowNestedNameSpecifiers();
4396 Results.allowNestedNameSpecifiers();