Home
last modified time | relevance | path

Searched refs:method_begin (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/unittests/AST/
DDeclTest.cpp84 NamedDecl *DeclF = *DeclS->method_begin(); in TEST()
85 NamedDecl *DeclG = *(++DeclS->method_begin()); in TEST()
/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()
766 method_iterator method_begin() const { in method_begin() function
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h631 return method_range(method_begin(), method_end()); in methods()
636 method_iterator method_begin() const { in method_begin() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2228 return matchesFirstInPointerRange(InnerMatcher, Node.method_begin(), in AST_MATCHER_P()
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2510 for (CXXRecordDecl::method_iterator i = RD->method_begin(), in layoutNonVirtualBases()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h3110 auto MatchIt = matchesFirstInPointerRange(InnerMatcher, Node.method_begin(), in AST_MATCHER_P()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1102 for (auto method_iter = record_decl->method_begin(); in ParseSubroutine()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp4236 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/
DCGDebugInfo.cpp1685 hasExplicitMemberDefinition(CXXDecl->method_begin(), in shouldOmitDefinition()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp2353 hasExplicitMemberDefinition(CXXDecl->method_begin(), in shouldOmitDefinition()