Home
last modified time | relevance | path

Searched refs:getAttributeSpellingListIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp22 unsigned SpellingIndex = getAttributeSpellingListIndex(); in printPrettyPragma()
70 unsigned SpellingIndex = getAttributeSpellingListIndex(); in getDiagnosticName()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h231 unsigned getAttributeSpellingListIndex() const { in getAttributeSpellingListIndex() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp211 getInfo().spellingExistsInTarget(Target, getAttributeSpellingListIndex()); in existsInTarget()
H A DSemaStmtAttr.cpp57 if (A.getAttributeSpellingListIndex() == SuppressAttr::CXX11_gsl_suppress && in handleSuppressAttr()
H A DSemaDeclAttr.cpp2824 if (CI.getAttributeSpellingListIndex() == SectionAttr::Declspec_allocate && in mergeSectionAttr()
4760 if (AL.getAttributeSpellingListIndex() == SuppressAttr::CXX11_gsl_suppress) { in handleSuppressAttr()
H A DSemaType.cpp7321 assert(attr.getAttributeSpellingListIndex() == 0 && in checkObjCKindOfType()