Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DNonPrivateMemberVariablesInClassesCheck.cpp22 return std::distance(Node.method_begin(), Node.method_end()) != 0; in AST_MATCHER()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4359 cxx_record_decl->method_end()); in GetNumMemberFunctions()
4423 auto method_end = cxx_record_decl->method_end(); in GetMemberFunctionAtIndex() local
4425 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4459 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
4461 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4489 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
4491 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h639 return method_range(method_begin(), method_end()); in methods()
649 method_iterator method_end() const { in method_end() function
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3359 Node.method_end(), Finder, &Result); in AST_MATCHER_P()
3360 if (MatchIt == Node.method_end()) in AST_MATCHER_P()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2528 CXXDecl->method_end())) in shouldOmitDefinition()