Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp726 SmallVector<SourceLocation, 8> BadSpecifierLocs; in ActOnDecompositionDeclarator() local
729 BadSpecifierLocs.push_back(DS.getStorageClassSpecLoc()); in ActOnDecompositionDeclarator()
733 BadSpecifierLocs.push_back(DS.getThreadStorageClassSpecLoc()); in ActOnDecompositionDeclarator()
737 BadSpecifierLocs.push_back(DS.getConstexprSpecLoc()); in ActOnDecompositionDeclarator()
741 BadSpecifierLocs.push_back(DS.getInlineSpecLoc()); in ActOnDecompositionDeclarator()
744 auto &&Err = Diag(BadSpecifierLocs.front(), diag::err_decomp_decl_spec); in ActOnDecompositionDeclarator()
749 for (auto Loc : BadSpecifierLocs) in ActOnDecompositionDeclarator()