Home
last modified time | relevance | path

Searched refs:SpellingListIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DAttr.h50 unsigned SpellingListIndex : 4;
77 Attr(attr::Kind AK, SourceRange R, unsigned SpellingListIndex = 0)
78 : Range(R), AttrKind(AK), SpellingListIndex(SpellingListIndex), in Range()
87 unsigned getSpellingListIndex() const { return SpellingListIndex; } in getSpellingListIndex()
111 InheritableAttr(attr::Kind AK, SourceRange R, unsigned SpellingListIndex = 0)
112 : Attr(AK, R, SpellingListIndex) {} in Attr() argument
127 unsigned SpellingListIndex = 0)
128 : InheritableAttr(AK, R, SpellingListIndex) {} in InheritableAttr() argument
142 MSInheritanceAttr(attr::Kind AK, SourceRange R, unsigned SpellingListIndex = 0)
143 : InheritableAttr(AK, R, SpellingListIndex) {} in InheritableAttr() argument
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclAttr.cpp3354 unsigned SpellingListIndex, bool IsPackExpansion) { in AddAlignedAttr() argument
3355 AlignedAttr TmpAttr(AttrRange, Context, true, E, SpellingListIndex); in AddAlignedAttr()
3436 ICE.take(), SpellingListIndex); in AddAlignedAttr()
3442 unsigned SpellingListIndex, bool IsPackExpansion) { in AddAlignedAttr() argument
3446 SpellingListIndex); in AddAlignedAttr()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h7045 unsigned SpellingListIndex, bool IsPackExpansion);
7047 unsigned SpellingListIndex, bool IsPackExpansion);