Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp183 void handleAPINotedAttribute(Sema &S, Decl *D, bool ShouldAddAttribute, in handleAPINotedAttribute() argument
187 S, D, ShouldAddAttribute, Metadata, CreateAttr, [](const Decl *D) { in handleAPINotedAttribute()
196 bool ShouldAddAttribute, in handleAPINotedRetainCountAttribute() argument
201 S, D, ShouldAddAttribute, Metadata, in handleAPINotedRetainCountAttribute()
717 bool ShouldAddAttribute = (*Extensibility != EnumExtensibilityKind::None); in ProcessAPINotes() local
719 S, D, ShouldAddAttribute, Metadata, [&] { in ProcessAPINotes()