Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp352 Attr.getAttributeSpellingListIndex())); in handleSimpleAttribute()
606 Attr.getAttributeSpellingListIndex())); in handlePtGuardedVarAttr()
630 Attr.getAttributeSpellingListIndex())); in handleGuardedByAttr()
644 Attr.getAttributeSpellingListIndex())); in handlePtGuardedByAttr()
679 Attr.getAttributeSpellingListIndex())); in handleAcquiredAfterAttr()
692 Attr.getAttributeSpellingListIndex())); in handleAcquiredBeforeAttr()
715 Attr.getAttributeSpellingListIndex())); in handleAssertSharedLockAttr()
729 Attr.getAttributeSpellingListIndex())); in handleAssertExclusiveLockAttr()
761 Attr.getAttributeSpellingListIndex())); in handleSharedTrylockFunctionAttr()
772 Args.size(), Attr.getAttributeSpellingListIndex())); in handleExclusiveTrylockFunctionAttr()
[all …]
DAttributeList.cpp145 unsigned AttributeList::getAttributeSpellingListIndex() const { in getAttributeSpellingListIndex() function in AttributeList
DSemaStmtAttr.cpp29 A.getAttributeSpellingListIndex()); in handleFallThroughAttr()
/external/llvm-project/clang/lib/AST/
DAttrImpl.cpp21 unsigned SpellingIndex = getAttributeSpellingListIndex(); in printPrettyPragma()
60 unsigned SpellingIndex = getAttributeSpellingListIndex(); in getDiagnosticName()
/external/llvm-project/clang/include/clang/Basic/
DAttributeCommonInfo.h166 unsigned getAttributeSpellingListIndex() const { in getAttributeSpellingListIndex() function
/external/llvm-project/clang/include/clang/AST/
DAttr.h89 return getAttributeSpellingListIndex(); in getSpellingListIndex()
/external/clang/include/clang/Sema/
DAttributeList.h498 unsigned getAttributeSpellingListIndex() const;
/external/llvm/docs/TableGen/
DBackEnds.rst292 ``AttributeList::getAttributeSpellingListIndex``.
/external/llvm-project/llvm/docs/TableGen/
DBackEnds.rst322 ``AttributeList::getAttributeSpellingListIndex``.
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp5884 EXPECT_EQ(FromAttr->getAttributeSpellingListIndex(), in TEST_P()
5885 ToAttr->getAttributeSpellingListIndex()); in TEST_P()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp7187 assert(attr.getAttributeSpellingListIndex() == 0 && in checkObjCKindOfType()
DSemaDeclAttr.cpp2964 if (CI.getAttributeSpellingListIndex() == SectionAttr::Declspec_allocate && in mergeSectionAttr()