Searched refs:method_begin (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/unittests/AST/ |
D | DeclTest.cpp | 84 NamedDecl *DeclF = *DeclS->method_begin(); in TEST() 85 NamedDecl *DeclG = *(++DeclS->method_begin()); in TEST()
|
/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() 766 method_iterator method_begin() const { in method_begin() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 631 return method_range(method_begin(), method_end()); in methods() 636 method_iterator method_begin() const { in method_begin() function
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2228 return matchesFirstInPointerRange(InnerMatcher, Node.method_begin(), in AST_MATCHER_P()
|
/external/clang/lib/AST/ |
D | RecordLayoutBuilder.cpp | 2510 for (CXXRecordDecl::method_iterator i = RD->method_begin(), in layoutNonVirtualBases()
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3110 auto MatchIt = matchesFirstInPointerRange(InnerMatcher, Node.method_begin(), in AST_MATCHER_P()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFASTParserClang.cpp | 1102 for (auto method_iter = record_decl->method_begin(); in ParseSubroutine()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 4236 num_functions = std::distance(cxx_record_decl->method_begin(), in GetNumMemberFunctions() 4300 auto method_iter = cxx_record_decl->method_begin(); in GetMemberFunctionAtIndex()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1685 hasExplicitMemberDefinition(CXXDecl->method_begin(), in shouldOmitDefinition()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2353 hasExplicitMemberDefinition(CXXDecl->method_begin(), in shouldOmitDefinition()
|