Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h3266 const_all_components_range; typedef
3267 const_all_components_range all_components() const { in all_components()
3269 return const_all_components_range(A.begin(), A.end()); in all_components()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5342 using const_all_components_range = variable
5345 const_all_components_range all_components() const { in all_components()
5347 return const_all_components_range(A.begin(), A.end()); in all_components()