HomeSort by relevance Sort by last modified time
    Searched refs:FromId (Results 1 - 7 of 7) 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/clang/lib/Tooling/
RefactoringCallbacks.cpp 37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText)
38 : FromId(FromId), ToText(ToText) {}
42 if (const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId)) {
50 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId)
51 : FromId(FromId), ToId(ToId) {}
55 const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId);
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.h 23 static WebApplicationCacheHostImpl* FromId(int id);
appcache_frontend_impl.cc 18 return WebApplicationCacheHostImpl::FromId(id);
web_application_cache_host_impl.cc 52 WebApplicationCacheHostImpl* WebApplicationCacheHostImpl::FromId(int id) {
  /external/clang/include/clang/AST/
ASTImporter.h 188 IdentifierInfo *Import(const IdentifierInfo *FromId);
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 312 milliseconds