reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2601 if (SS) 2602 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); 2606 if (getLangOpts().CPlusPlus && (!SS || SS->isEmpty()) && 2606 if (getLangOpts().CPlusPlus && (!SS || SS->isEmpty()) && 2630 if (SS == nullptr) { 2658 if (Actions.LookupParsedName(R, getCurScope(), SS)) { 2679 if (!isTypeSpecifier(DSC) && (!SS || DSC == DeclSpecContext::DSC_top_level || 2705 (DSC == DeclSpecContext::DSC_top_level && SS)) { 2707 if (Actions.isCurrentClassNameTypo(II, SS)) { 2728 if (SS) 2729 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); 2745 Actions.DiagnoseUnknownTypeName(II, Loc, getCurScope(), SS, T,