Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DNonPrivateMemberVariablesInClassesCheck.cpp22 return std::distance(Node.method_begin(), Node.method_end()) != 0; in AST_MATCHER()
/external/clang/include/clang/AST/
DDeclCXX.h761 return method_range(method_begin(), method_end()); in methods()
770 method_iterator method_end() const { in method_end() function
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp4237 cxx_record_decl->method_end()); in GetNumMemberFunctions()
4301 auto method_end = cxx_record_decl->method_end(); in GetMemberFunctionAtIndex() local
4303 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4337 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
4339 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4367 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
4369 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h631 return method_range(method_begin(), method_end()); in methods()
641 method_iterator method_end() const { in method_end() function
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h3111 Node.method_end(), Finder, &Result); in AST_MATCHER_P()
3112 if (MatchIt == Node.method_end()) in AST_MATCHER_P()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2229 Node.method_end(), Finder, Builder); in AST_MATCHER_P()
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2511 e = RD->method_end(); in layoutNonVirtualBases()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1103 method_iter != record_decl->method_end(); in ParseSubroutine()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1686 CXXDecl->method_end())) in shouldOmitDefinition()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp2354 CXXDecl->method_end())) in shouldOmitDefinition()