Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h67 const ObjCContainerDecl::method_range Methods);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp57 clang::ObjCContainerDecl::method_range noload_methods(oid->noload_decls()); in FindExternalVisibleDeclsByName()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1006 using method_range = variable
1009 method_range methods() const { in methods()
1010 return method_range(meth_begin(), meth_end()); in methods()
H A DDeclCXX.h641 using method_range = variable
644 method_range methods() const { in methods()
645 return method_range(method_begin(), method_end()); in methods()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp453 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()