Home
last modified time | relevance | path

Searched refs:getSpellingListIndex (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDAttr.h87 unsigned getSpellingListIndex() const { return SpellingListIndex; } in getSpellingListIndex() function
/trueos/contrib/llvm/tools/clang/utils/TableGen/
HDClangAttrEmitter.cpp995 static unsigned getSpellingListIndex(const std::vector<Record*> &SpellingList, in getSpellingListIndex() function
1030 OS << getSpellingListIndex(SpellingList, *Spellings[Index]); in writeAttrAccessorDefinition()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp83 Aligned->getSpellingListIndex(), IsPackExpansion); in instantiateDependentAlignedAttr()
90 Aligned->getSpellingListIndex(), IsPackExpansion); in instantiateDependentAlignedAttr()
HDSemaDecl.cpp1972 unsigned AttrSpellingListIndex = Attr->getSpellingListIndex(); in mergeDeclAttribute()