Searched refs:getSemanticSpelling (Results 1 – 15 of 15) sorted by relevance
220 unsigned AttributeList::getSemanticSpelling() const { in getSemanticSpelling() function in AttributeList
1122 getSema().Context, LH->getSemanticSpelling(), LH->getOption(), in TransformLoopHintAttr()
4660 (MSInheritanceAttr::Spelling)Attr.getSemanticSpelling()); in handleMSInheritanceAttr()5062 if (IA->getSemanticSpelling() == SemanticSpelling) in mergeMSInheritanceAttr()
2281 IA->getSemanticSpelling()); in mergeDeclAttribute()14145 IA->getSemanticSpelling()); in ActOnFields()
82 if (A->getSemanticSpelling() != UnusedAttr::CXX11_maybe_unused) { in DiagnoseUnusedOfDecl()
196 unsigned ParsedAttr::getSemanticSpelling() const { in getSemanticSpelling() function in ParsedAttr
6205 D, AL, /*BestCase=*/true, (MSInheritanceModel)AL.getSemanticSpelling()); in handleMSInheritanceAttr()7172 if (D->getAttr<OpenCLAccessAttr>()->getSemanticSpelling() == in handleOpenCLAccessAttr()7173 AL.getSemanticSpelling()) { in handleOpenCLAccessAttr()
1255 return static_cast<OpenCLAccessAttr::Spelling>(AL.getSemanticSpelling()); in getImageAccess()7969 if (Attr.getSemanticSpelling() == OpenCLAccessAttr::Keyword_write_only) { in HandleOpenCLAccessAttr()
93 if (A->getSemanticSpelling() != UnusedAttr::CXX11_maybe_unused && in DiagnoseUnusedOfDecl()94 A->getSemanticSpelling() != UnusedAttr::C2x_maybe_unused) { in DiagnoseUnusedOfDecl()
183 return IA->getSemanticSpelling(); in getMSInheritanceModel()
518 unsigned getSemanticSpelling() const;
599 unsigned getSemanticSpelling() const;
2677 return this->getSemanticSpelling() == CXX11_nodiscard;3279 return MSInheritanceModel(getSemanticSpelling());
5852 EXPECT_EQ(FromAttr->getSemanticSpelling(), ToAttr->getSemanticSpelling()); in TEST_P()
8122 From->getSemanticSpelling()); in Import()