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;
539 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus &&
3306 bool AllowNestedNameSpecifiers) {
3310 AllowNestedNameSpecifiers
3327 if (AllowNestedNameSpecifiers) {
3328 Results.allowNestedNameSpecifiers();
3342 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers &&
3578 Results.allowNestedNameSpecifiers();
4192 Results.allowNestedNameSpecifiers();