Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DParsedAttr.cpp204 unsigned ParsedAttr::getSemanticSpelling() const { in getSemanticSpelling() function in ParsedAttr
DSemaDeclAttr.cpp6503 D, AL, /*BestCase=*/true, (MSInheritanceModel)AL.getSemanticSpelling()); in handleMSInheritanceAttr()
7470 if (D->getAttr<OpenCLAccessAttr>()->getSemanticSpelling() == in handleOpenCLAccessAttr()
7471 AL.getSemanticSpelling()) { in handleOpenCLAccessAttr()
DSemaType.cpp1256 return static_cast<OpenCLAccessAttr::Spelling>(AL.getSemanticSpelling()); in getImageAccess()
8006 if (Attr.getSemanticSpelling() == OpenCLAccessAttr::Keyword_write_only) { in HandleOpenCLAccessAttr()
DSemaExpr.cpp99 if (A->getSemanticSpelling() != UnusedAttr::CXX11_maybe_unused && in DiagnoseUnusedOfDecl()
100 A->getSemanticSpelling() != UnusedAttr::C2x_maybe_unused) { in DiagnoseUnusedOfDecl()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DParsedAttr.h629 unsigned getSemanticSpelling() const;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DAttr.td2845 return this->getSemanticSpelling() == CXX11_nodiscard;
3452 return MSInheritanceModel(getSemanticSpelling());
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp8405 From->getSemanticSpelling()); in Import()