Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1069 using classmeth_range = llvm::iterator_range<classmeth_iterator>; variable
1071 classmeth_range class_methods() const { in class_methods()
1072 return classmeth_range(classmeth_begin(), classmeth_end()); in class_methods()