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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttr.h87 unsigned getSpellingListIndex() const { return SpellingListIndex; } function in class:clang::Attr
/freebsd-10.1-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp995 static unsigned getSpellingListIndex(const std::vector<Record*> &SpellingList, function
1030 OS << getSpellingListIndex(SpellingList, *Spellings[Index]);
1286 OS << ", getSpellingListIndex());\n}\n\n";
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp83 Aligned->getSpellingListIndex(), IsPackExpansion);
90 Aligned->getSpellingListIndex(), IsPackExpansion);
H A DSemaDecl.cpp1972 unsigned AttrSpellingListIndex = Attr->getSpellingListIndex();

Completed in 103 milliseconds