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.h538 using attr_iterator = AttrVec::const_iterator; variable
539 using attr_range = llvm::iterator_range<attr_iterator>;
545 attr_iterator attr_begin() const { in attr_begin()
548 attr_iterator attr_end() const { in attr_end()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp145 llvm::function_ref<Decl::attr_iterator(const Decl *)> GetExistingAttr) { in handleAPINotedAttribute()
205 [](const Decl *D) -> Decl::attr_iterator { in handleAPINotedRetainCountAttribute()