Searched refs:method_end (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | NonPrivateMemberVariablesInClassesCheck.cpp | 22 return std::distance(Node.method_begin(), Node.method_end()) != 0; in AST_MATCHER()
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 761 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/ |
D | TypeSystemClang.cpp | 4237 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/ |
D | DeclCXX.h | 631 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/ |
D | ASTMatchers.h | 3111 Node.method_end(), Finder, &Result); in AST_MATCHER_P() 3112 if (MatchIt == Node.method_end()) in AST_MATCHER_P()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2229 Node.method_end(), Finder, Builder); in AST_MATCHER_P()
|
/external/clang/lib/AST/ |
D | RecordLayoutBuilder.cpp | 2511 e = RD->method_end(); in layoutNonVirtualBases()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFASTParserClang.cpp | 1103 method_iter != record_decl->method_end(); in ParseSubroutine()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1686 CXXDecl->method_end())) in shouldOmitDefinition()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2354 CXXDecl->method_end())) in shouldOmitDefinition()
|