Searched defs:InheritableAttr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DAttr.h107 class InheritableAttr : public Attr { class in namespace:clang
110 InheritableAttr(attr::Kind AK, SourceRange R, unsigned SpellingListIndex = 0) function in class:clang::InheritableAttr
122 class InheritableParamAttr : public InheritableAttr {
127 : InheritableAttr(AK, R, SpellingListIndex) {}
138 class MSInheritanceAttr : public InheritableAttr {
142 : InheritableAttr(AK, R, SpellingListIndex) {}

Completed in 280 milliseconds