Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h509 return attr_range(attr_begin(), attr_end()); in attrs()
512 attr_iterator attr_begin() const { in attr_begin() function
537 return specific_attr_iterator<T>(attr_begin()); in specific_attr_begin()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTTraverserTest.cpp225 Attr *A = *Func->attr_begin(); in TEST()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3741 for (specific_attr_iterator<OMPReferencedVarAttr> IT(VD->attr_begin()), in getAddressOfLocalVariable()