Searched refs:BadSpecifierLocs (Results 1 – 1 of 1) sorted by relevance
785 SmallVector<SourceLocation, 8> BadSpecifierLocs; in ActOnDecompositionDeclarator() local794 BadSpecifierLocs.push_back(DS.getStorageClassSpecLoc()); in ActOnDecompositionDeclarator()804 BadSpecifierLocs.push_back(DS.getConstexprSpecLoc()); in ActOnDecompositionDeclarator()808 BadSpecifierLocs.push_back(DS.getInlineSpecLoc()); in ActOnDecompositionDeclarator()812 auto &&Err = Diag(BadSpecifierLocs.front(), diag::err_decomp_decl_spec); in ActOnDecompositionDeclarator()817 for (auto Loc : BadSpecifierLocs) in ActOnDecompositionDeclarator()