Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.cpp216 for (CXXRecordDecl::method_iterator it = record_->method_begin(); in IsStackAllocated()
234 for (CXXRecordDecl::method_iterator it = record_->method_begin(); in IsNonNewable()
251 for (CXXRecordDecl::method_iterator it = record_->method_begin(); in IsOnlyPlacementNewable()
268 for (CXXRecordDecl::method_iterator it = record_->method_begin(); in DeclaresNewOperator()
348 for (auto it = record_->method_begin(); in DeclaresLocalTraceMethod()
368 for (CXXRecordDecl::method_iterator it = record_->method_begin(); in IsConsideredAbstract()
DBlinkGCPluginConsumer.cpp350 CXXRecordDecl::method_iterator it = decl->method_begin(); in DeclaresVirtualMethods()
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp482 for (CXXRecordDecl::method_iterator it = record->method_begin(); in CheckVirtualMethods()
/external/clang/include/clang/AST/
DDeclCXX.h761 return method_range(method_begin(), method_end()); in methods()
766 method_iterator method_begin() const { in method_begin() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2228 return matchesFirstInPointerRange(InnerMatcher, Node.method_begin(), in AST_MATCHER_P()
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2510 for (CXXRecordDecl::method_iterator i = RD->method_begin(), in layoutNonVirtualBases()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1685 hasExplicitMemberDefinition(CXXDecl->method_begin(), in shouldOmitDefinition()