Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp57 clang::ObjCContainerDecl::method_range noload_methods(oid->noload_decls()); in FindExternalVisibleDeclsByName()
/freebsd-14.2/contrib/llvm-project/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.h657 using method_range = variable
660 method_range methods() const { in methods()
661 return method_range(method_begin(), method_end()); in methods()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h142 const ObjCContainerDecl::method_range Methods);
1288 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()