Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAttr.h57 bool DuplicatesAllowed : 1; variable
79 bool IsLateParsed, bool DuplicatesAllowed) in Attr() argument
82 IsLateParsed(IsLateParsed), DuplicatesAllowed(DuplicatesAllowed) {} in Attr()
118 bool duplicatesAllowed() const { return DuplicatesAllowed; } in duplicatesAllowed()
124 bool IsLateParsed, bool DuplicatesAllowed) in InheritableAttr() argument
125 : Attr(AK, R, SpellingListIndex, IsLateParsed, DuplicatesAllowed) {} in InheritableAttr()
139 bool IsLateParsed, bool DuplicatesAllowed) in InheritableParamAttr() argument
141 DuplicatesAllowed) {} in InheritableParamAttr()