Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DDeclTest.cpp87 NamedDecl *DeclF = *DeclS->method_begin(); in TEST()
88 NamedDecl *DeclG = *(++DeclS->method_begin()); in TEST()
/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/clang/include/clang/AST/
H A DDeclCXX.h639 return method_range(method_begin(), method_end()); in methods()
644 method_iterator method_begin() const { in method_begin() function
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3358 auto MatchIt = matchesFirstInPointerRange(InnerMatcher, Node.method_begin(), in AST_MATCHER_P()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4358 num_functions = std::distance(cxx_record_decl->method_begin(), in GetNumMemberFunctions()
4422 auto method_iter = cxx_record_decl->method_begin(); in GetMemberFunctionAtIndex()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2527 hasExplicitMemberDefinition(CXXDecl->method_begin(), in shouldOmitDefinition()