Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAttributeList.cpp220 unsigned AttributeList::getSemanticSpelling() const { in getSemanticSpelling() function in AttributeList
DSemaTemplateInstantiate.cpp1122 getSema().Context, LH->getSemanticSpelling(), LH->getOption(), in TransformLoopHintAttr()
DSemaDeclAttr.cpp4660 (MSInheritanceAttr::Spelling)Attr.getSemanticSpelling()); in handleMSInheritanceAttr()
5062 if (IA->getSemanticSpelling() == SemanticSpelling) in mergeMSInheritanceAttr()
DSemaDecl.cpp2281 IA->getSemanticSpelling()); in mergeDeclAttribute()
14145 IA->getSemanticSpelling()); in ActOnFields()
DSemaExpr.cpp82 if (A->getSemanticSpelling() != UnusedAttr::CXX11_maybe_unused) { in DiagnoseUnusedOfDecl()
/external/llvm-project/clang/lib/Sema/
DParsedAttr.cpp196 unsigned ParsedAttr::getSemanticSpelling() const { in getSemanticSpelling() function in ParsedAttr
DSemaDeclAttr.cpp6205 D, AL, /*BestCase=*/true, (MSInheritanceModel)AL.getSemanticSpelling()); in handleMSInheritanceAttr()
7172 if (D->getAttr<OpenCLAccessAttr>()->getSemanticSpelling() == in handleOpenCLAccessAttr()
7173 AL.getSemanticSpelling()) { in handleOpenCLAccessAttr()
DSemaType.cpp1255 return static_cast<OpenCLAccessAttr::Spelling>(AL.getSemanticSpelling()); in getImageAccess()
7969 if (Attr.getSemanticSpelling() == OpenCLAccessAttr::Keyword_write_only) { in HandleOpenCLAccessAttr()
DSemaExpr.cpp93 if (A->getSemanticSpelling() != UnusedAttr::CXX11_maybe_unused && in DiagnoseUnusedOfDecl()
94 A->getSemanticSpelling() != UnusedAttr::C2x_maybe_unused) { in DiagnoseUnusedOfDecl()
/external/clang/lib/AST/
DMicrosoftCXXABI.cpp183 return IA->getSemanticSpelling(); in getMSInheritanceModel()
/external/clang/include/clang/Sema/
DAttributeList.h518 unsigned getSemanticSpelling() const;
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h599 unsigned getSemanticSpelling() const;
/external/llvm-project/clang/include/clang/Basic/
DAttr.td2677 return this->getSemanticSpelling() == CXX11_nodiscard;
3279 return MSInheritanceModel(getSemanticSpelling());
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp5852 EXPECT_EQ(FromAttr->getSemanticSpelling(), ToAttr->getSemanticSpelling()); in TEST_P()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp8122 From->getSemanticSpelling()); in Import()