HomeSort by relevance Sort by last modified time
    Searched defs:FromId (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 50 /// \brief Replace the text of the statement bound to \c FromId with the text in
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
58 std::string FromId;
62 /// \brief Replace the text of the statement bound to \c FromId with the text of
66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
70 std::string FromId;
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 52 WebApplicationCacheHostImpl* WebApplicationCacheHostImpl::FromId(int id) {

Completed in 251 milliseconds