Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h756 return method_range(method_begin(), method_end()); in methods()
761 method_iterator method_begin() const { in method_begin() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1952 return matchesFirstInPointerRange(InnerMatcher, Node.method_begin(), in AST_MATCHER_P()
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2496 for (CXXRecordDecl::method_iterator i = RD->method_begin(), in layoutNonVirtualBases()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1565 hasExplicitMemberDefinition(CXXDecl->method_begin(), in shouldOmitDefinition()