Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExternalASTSourceCallbacks.cpp56 clang::ObjCContainerDecl::method_range noload_methods(oid->noload_decls()); in FindExternalVisibleDeclsByName()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1032 using method_range = variable
1035 method_range methods() const { in methods()
1036 return method_range(meth_begin(), meth_end()); in methods()
DDeclCXX.h627 using method_range = variable
630 method_range methods() const { in methods()
631 return method_range(method_begin(), method_end()); in methods()
/external/clang/include/clang/AST/
DDeclObjC.h962 method_range; typedef
964 method_range methods() const { in methods()
965 return method_range(meth_begin(), meth_end()); in methods()
DDeclCXX.h758 method_range; typedef
760 method_range methods() const { in methods()
761 return method_range(method_begin(), method_end()); in methods()