Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp38 if (D->getAttr<OpenCLAccessAttr>()->getSemanticSpelling() == in handleAccessAttr()
39 AL.getSemanticSpelling()) { in handleAccessAttr()
H A DParsedAttr.cpp262 unsigned ParsedAttr::getSemanticSpelling() const { in getSemanticSpelling() function in ParsedAttr
H A DSemaStmtAttr.cpp591 if (A.getSemanticSpelling() == HLSLLoopHintAttr::Spelling::Microsoft_loop && in handleHLSLLoopHintAttr()
H A DSemaHLSL.cpp536 static_cast<HLSLParamModifierAttr::Spelling>(AL.getSemanticSpelling())); in handleParamModifierAttr()
H A DSemaType.cpp862 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()
H A DSemaDeclAttr.cpp1846 A.getSemanticSpelling() == CXX11NoReturnAttr::C23_Noreturn && in handleStandardNoReturnAttr()
5406 D, AL, /*BestCase=*/true, (MSInheritanceModel)AL.getSemanticSpelling()); in handleMSInheritanceAttr()
H A DSemaTemplateInstantiate.cpp2127 LH->getSemanticSpelling() == in TransformLoopHintAttr()
H A DSemaExpr.cpp111 if (A->getSemanticSpelling() != UnusedAttr::CXX11_maybe_unused && in DiagnoseUnusedOfDecl()
112 A->getSemanticSpelling() != UnusedAttr::C23_maybe_unused) { in DiagnoseUnusedOfDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp640 if (HLSLLoopHint->getSemanticSpelling() == in push()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h571 unsigned getSemanticSpelling() const;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3451 return this->getSemanticSpelling() == CXX11_nodiscard;
4081 return MSInheritanceModel(getSemanticSpelling());