Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h632 return method_range(method_begin(), method_end()); in methods()
637 method_iterator method_begin() const { in method_begin() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3345 auto MatchIt = matchesFirstInPointerRange(InnerMatcher, Node.method_begin(), in AST_MATCHER_P()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1101 for (auto method_iter = record_decl->method_begin(); in ParseSubroutine()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4326 num_functions = std::distance(cxx_record_decl->method_begin(), in GetNumMemberFunctions()
4390 auto method_iter = cxx_record_decl->method_begin(); in GetMemberFunctionAtIndex()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2400 hasExplicitMemberDefinition(CXXDecl->method_begin(), in shouldOmitDefinition()