Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dgjavah.c1991 uint32 field_start, method_end, method_start; variable
2183 method_end = JCF_TELL (jcf);
2188 JCF_SEEK (jcf, method_end);
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4408 cxx_record_decl->method_end()); in GetNumMemberFunctions()
4472 auto method_end = cxx_record_decl->method_end(); in GetMemberFunctionAtIndex() local
4474 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4508 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
4510 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4538 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
4540 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h645 return method_range(method_begin(), method_end()); in methods()
655 method_iterator method_end() const { in method_end() function
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3360 Node.method_end(), Finder, &Result); in AST_MATCHER_P()
3361 if (MatchIt == Node.method_end()) in AST_MATCHER_P()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2538 CXXDecl->method_end())) in shouldOmitDefinition()