Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h539 return attr_range(attr_begin(), attr_end()); in attrs()
542 attr_iterator attr_begin() const { in attr_begin() function
568 return specific_attr_iterator<T>(attr_begin()); in specific_attr_begin()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2097 for (specific_attr_iterator<OMPReferencedVarAttr> IT(VD->attr_begin()), in getAddressOfLocalVariable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1933 for (auto it = TheDecl->attr_begin(); it != TheDecl->attr_end(); ++it) { in ValidateMultipleRegisterAnnotations()