Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h756 return method_range(method_begin(), method_end()); in methods()
761 method_iterator method_begin() const { in method_begin() function
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h1867 return matchesFirstInPointerRange(InnerMatcher, Node.method_begin(), in AST_MATCHER_P()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRecordLayoutBuilder.cpp2470 for (CXXRecordDecl::method_iterator i = RD->method_begin(), in layoutNonVirtualBases()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp1806 … num_functions = std::distance(cxx_record_decl->method_begin(), cxx_record_decl->method_end()); in GetNumMemberFunctions()
1874 auto method_iter = cxx_record_decl->method_begin(); in GetMemberFunctionAtIndex()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp1480 hasExplicitMemberDefinition(CXXDecl->method_begin(), in shouldOmitDefinition()