Searched refs:getSemanticSpelling (Results 1 – 7 of 7) sorted by relevance
204 unsigned ParsedAttr::getSemanticSpelling() const { in getSemanticSpelling() function in ParsedAttr
6503 D, AL, /*BestCase=*/true, (MSInheritanceModel)AL.getSemanticSpelling()); in handleMSInheritanceAttr()7470 if (D->getAttr<OpenCLAccessAttr>()->getSemanticSpelling() == in handleOpenCLAccessAttr()7471 AL.getSemanticSpelling()) { in handleOpenCLAccessAttr()
1256 return static_cast<OpenCLAccessAttr::Spelling>(AL.getSemanticSpelling()); in getImageAccess()8006 if (Attr.getSemanticSpelling() == OpenCLAccessAttr::Keyword_write_only) { in HandleOpenCLAccessAttr()
99 if (A->getSemanticSpelling() != UnusedAttr::CXX11_maybe_unused && in DiagnoseUnusedOfDecl()100 A->getSemanticSpelling() != UnusedAttr::C2x_maybe_unused) { in DiagnoseUnusedOfDecl()
629 unsigned getSemanticSpelling() const;
2845 return this->getSemanticSpelling() == CXX11_nodiscard;3452 return MSInheritanceModel(getSemanticSpelling());
8405 From->getSemanticSpelling()); in Import()