Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h756 return method_range(method_begin(), method_end()); in methods()
761 method_iterator method_begin() const { in method_begin() function
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1811 return matchesFirstInPointerRange(InnerMatcher, Node.method_begin(), in AST_MATCHER_P()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2430 for (CXXRecordDecl::method_iterator i = RD->method_begin(), in layoutNonVirtualBases()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1519 hasExplicitMemberDefinition(CXXDecl->method_begin(), in shouldOmitDefinition()