Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h645 return method_range(method_begin(), method_end()); in methods()
650 method_iterator method_begin() const { in method_begin() function
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3359 auto MatchIt = matchesFirstInPointerRange(InnerMatcher, Node.method_begin(), in AST_MATCHER_P()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4407 num_functions = std::distance(cxx_record_decl->method_begin(), in GetNumMemberFunctions()
4471 auto method_iter = cxx_record_decl->method_begin(); in GetMemberFunctionAtIndex()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2537 hasExplicitMemberDefinition(CXXDecl->method_begin(), in shouldOmitDefinition()