Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1041 using classmeth_range = llvm::iterator_range<classmeth_iterator>; variable
1043 classmeth_range class_methods() const { in class_methods()
1044 return classmeth_range(classmeth_begin(), classmeth_end()); in class_methods()