Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp58 clang::ObjCContainerDecl::method_range noload_methods(oid->noload_decls()); in FindExternalVisibleDeclsByName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1012 using method_range = variable
1015 method_range methods() const { in methods()
1016 return method_range(meth_begin(), meth_end()); in methods()
H A DDeclCXX.h658 using method_range = variable
661 method_range methods() const { in methods()
662 return method_range(method_begin(), method_end()); in methods()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h137 const ObjCContainerDecl::method_range Methods);
1332 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()