Searched refs:getSemanticSpelling (Results 1 – 11 of 11) sorted by relevance
38 if (D->getAttr<OpenCLAccessAttr>()->getSemanticSpelling() == in handleAccessAttr()39 AL.getSemanticSpelling()) { in handleAccessAttr()
262 unsigned ParsedAttr::getSemanticSpelling() const { in getSemanticSpelling() function in ParsedAttr
591 if (A.getSemanticSpelling() == HLSLLoopHintAttr::Spelling::Microsoft_loop && in handleHLSLLoopHintAttr()
536 static_cast<HLSLParamModifierAttr::Spelling>(AL.getSemanticSpelling())); in handleParamModifierAttr()
862 return static_cast<OpenCLAccessAttr::Spelling>(AL.getSemanticSpelling()); in getImageAccess()8418 if (Attr.getSemanticSpelling() == OpenCLAccessAttr::Keyword_write_only) { in HandleOpenCLAccessAttr()8490 if (Attr.getSemanticSpelling() == HLSLParamModifierAttr::Keyword_inout || in HandleHLSLParamModifierAttr()8491 Attr.getSemanticSpelling() == HLSLParamModifierAttr::Keyword_out) in HandleHLSLParamModifierAttr()
1846 A.getSemanticSpelling() == CXX11NoReturnAttr::C23_Noreturn && in handleStandardNoReturnAttr()5406 D, AL, /*BestCase=*/true, (MSInheritanceModel)AL.getSemanticSpelling()); in handleMSInheritanceAttr()
2127 LH->getSemanticSpelling() == in TransformLoopHintAttr()
111 if (A->getSemanticSpelling() != UnusedAttr::CXX11_maybe_unused && in DiagnoseUnusedOfDecl()112 A->getSemanticSpelling() != UnusedAttr::C23_maybe_unused) { in DiagnoseUnusedOfDecl()
640 if (HLSLLoopHint->getSemanticSpelling() == in push()
571 unsigned getSemanticSpelling() const;
3451 return this->getSemanticSpelling() == CXX11_nodiscard;4081 return MSInheritanceModel(getSemanticSpelling());