Home
last modified time | relevance | path

Searched defs:method_end (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dgjavah.c1991 uint32 field_start, method_end, method_start; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4472 auto method_end = cxx_record_decl->method_end(); in GetMemberFunctionAtIndex() local
4508 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
4538 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h655 method_iterator method_end() const { in method_end() function