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

/external/chromium_org/tools/clang/blink_gc_plugin/
H A DRecordInfo.cpp165 for (CXXRecordDecl::method_iterator it = record_->method_begin();
183 for (CXXRecordDecl::method_iterator it = record_->method_begin();
200 for (CXXRecordDecl::method_iterator it = record_->method_begin();
217 for (CXXRecordDecl::method_iterator it = record_->method_begin();
295 for (CXXRecordDecl::method_iterator it = record_->method_begin();
362 for (CXXRecordDecl::method_iterator it = record_->method_begin();
H A DBlinkGCPlugin.cpp1104 CXXRecordDecl::method_iterator it = decl->method_begin();
/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp358 for (CXXRecordDecl::method_iterator it = record->method_begin();
/external/clang/include/clang/AST/
H A DDeclCXX.h750 return method_range(method_begin(), method_end());
755 method_iterator method_begin() const { function in class:clang::CXXRecordDecl
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1617 return matchesFirstInPointerRange(InnerMatcher, Node.method_begin(),
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2406 for (CXXRecordDecl::method_iterator i = RD->method_begin(),
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1521 hasExplicitMemberDefinition(CXXDecl->method_begin(),

Completed in 1186 milliseconds