Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp341 << std::distance(Record->method_begin(), Record->method_end()) in completeVisibleDeclsMap()
344 << std::distance(Record->getDefinition()->method_begin(), in completeVisibleDeclsMap()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h662 return method_range(method_begin(), method_end()); in methods()
667 method_iterator method_begin() const { in method_begin() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3437 auto MatchIt = matchesFirstInPointerRange(InnerMatcher, Node.method_begin(), in AST_MATCHER_P()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4376 num_functions = std::distance(cxx_record_decl->method_begin(), in GetNumMemberFunctions()
4440 auto method_iter = cxx_record_decl->method_begin(); in GetMemberFunctionAtIndex()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2788 hasExplicitMemberDefinition(CXXDecl->method_begin(), in shouldOmitDefinition()