Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAttrIterator.h34 class specific_attr_iterator {
63 specific_attr_iterator() = default;
64 explicit specific_attr_iterator(Iterator i) : Current(i) {} in specific_attr_iterator() function
75 specific_attr_iterator& operator++() {
79 specific_attr_iterator operator++(int) {
80 specific_attr_iterator Tmp(*this);
85 friend bool operator==(specific_attr_iterator Left,
86 specific_attr_iterator Right) {
94 friend bool operator!=(specific_attr_iterator Left,
95 specific_attr_iterator Right) {
[all …]
H A DDeclBase.h529 llvm::iterator_range<specific_attr_iterator<T>> specific_attrs() const { in specific_attrs()
534 specific_attr_iterator<T> specific_attr_begin() const { in specific_attr_begin()
535 return specific_attr_iterator<T>(attr_begin()); in specific_attr_begin()
539 specific_attr_iterator<T> specific_attr_end() const { in specific_attr_end()
540 return specific_attr_iterator<T>(attr_end()); in specific_attr_end()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp435 specific_attr_iterator<AlignedAttr> I(V.begin()), E(V.end()); in getMaxAlignment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp189 for (specific_attr_iterator<AlignedAttr> I(VD->getAttrs().begin()), in buildRecordForGlobalizedVars()
4281 for (specific_attr_iterator<OMPReferencedVarAttr> IT(VD->attr_begin()), in getAddressOfLocalVariable()
H A DCGOpenMPRuntime.cpp3473 for (specific_attr_iterator<AlignedAttr> I(VD->getAttrs().begin()), in createPrivatesRecordDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp1263 for (specific_attr_iterator<EnableIfAttr> in IsOverload()
H A DSemaOpenMP.cpp1404 for (specific_attr_iterator<AlignedAttr> I(Attrs->begin()), E(Attrs->end()); in buildVarDecl()