Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h535 using attr_iterator = AttrVec::const_iterator; variable
536 using attr_range = llvm::iterator_range<attr_iterator>;
542 attr_iterator attr_begin() const { in attr_begin()
545 attr_iterator attr_end() const { in attr_end()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp143 llvm::function_ref<Decl::attr_iterator(const Decl *)> GetExistingAttr) { in handleAPINotedAttribute()
203 [](const Decl *D) -> Decl::attr_iterator { in handleAPINotedRetainCountAttribute()