Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp56 clang::ObjCContainerDecl::method_range noload_methods(oid->noload_decls()); in FindExternalVisibleDeclsByName()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1010 using method_range = variable
1013 method_range methods() const { in methods()
1014 return method_range(meth_begin(), meth_end()); in methods()
H A DDeclCXX.h628 using method_range = variable
631 method_range methods() const { in methods()
632 return method_range(method_begin(), method_end()); in methods()