Home
last modified time | relevance | path

Searched refs:BadSpecifierLocs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp753 SmallVector<SourceLocation, 8> BadSpecifierLocs; in ActOnDecompositionDeclarator() local
762 BadSpecifierLocs.push_back(DS.getStorageClassSpecLoc()); in ActOnDecompositionDeclarator()
772 BadSpecifierLocs.push_back(DS.getConstexprSpecLoc()); in ActOnDecompositionDeclarator()
776 BadSpecifierLocs.push_back(DS.getInlineSpecLoc()); in ActOnDecompositionDeclarator()
779 auto &&Err = Diag(BadSpecifierLocs.front(), diag::err_decomp_decl_spec); in ActOnDecompositionDeclarator()
784 for (auto Loc : BadSpecifierLocs) in ActOnDecompositionDeclarator()