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

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

Completed in 114 milliseconds