Searched refs:method_end (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/clang/blink_gc_plugin/
H A DRecordInfo.cpp166 it != record_->method_end();
184 it != record_->method_end();
201 it != record_->method_end();
218 it != record_->method_end();
296 it != record_->method_end();
363 it != record_->method_end();
H A DBlinkGCPlugin.cpp1105 for (; it != decl->method_end(); ++it)
/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_handler.cc203 size_t method_end = base::StringPiece(request_line_).find_first_of(" "); local
204 if (method_end != base::StringPiece::npos)
205 request_info.method = std::string(request_line_.data(), method_end);
/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp359 it != record->method_end();
/external/clang/include/clang/AST/
H A DDeclCXX.h750 return method_range(method_begin(), method_end());
759 method_iterator method_end() const { function in class:clang::CXXRecordDecl
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1618 Node.method_end(), Finder, Builder);
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2407 e = RD->method_end();
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1522 CXXDecl->method_end()))

Completed in 237 milliseconds