Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp56 clang::ObjCContainerDecl::method_range noload_methods(oid->noload_decls()); in FindExternalVisibleDeclsByName()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1009 using method_range = variable
1012 method_range methods() const { in methods()
1013 return method_range(meth_begin(), meth_end()); in methods()
H A DDeclCXX.h635 using method_range = variable
638 method_range methods() const { in methods()
639 return method_range(method_begin(), method_end()); in methods()
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp668 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()