Home | History | Annotate | Download | only in Sema

Lines Matching refs:AllowNestedNameSpecifiers

135     bool AllowNestedNameSpecifiers;
176 AllowNestedNameSpecifiers(false), HasObjectTypeQualifiers(false),
248 void allowNestedNameSpecifiers(bool Allow = true) {
249 AllowNestedNameSpecifiers = Allow;
534 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus &&
3199 bool AllowNestedNameSpecifiers) {
3203 AllowNestedNameSpecifiers
3220 if (AllowNestedNameSpecifiers) {
3221 Results.allowNestedNameSpecifiers();
3235 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers &&
3467 Results.allowNestedNameSpecifiers();
4093 Results.allowNestedNameSpecifiers();