Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h866 return method_range(method_begin(), method_end());
876 method_iterator method_end() const {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4622 cxx_record_decl->method_end()); in GetNumMemberFunctions()
4710 auto method_end = cxx_record_decl->method_end(); in GetMemberFunctionAtIndex() local
4712 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4747 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
4749 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4777 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
4779 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2657 Node.method_end(), Finder, Builder); in AST_MATCHER_P()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2554 e = RD->method_end(); in layoutNonVirtualBases()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1481 method_iter != record_decl->method_end(); in ParseTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2087 CXXDecl->method_end())) in shouldOmitDefinition()