Searched refs:FromId (Results 1 – 7 of 7) sorted by relevance
37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText() argument38 : FromId(FromId), ToText(ToText) {} in ReplaceStmtWithText()42 if (const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId)) { in run()50 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) in ReplaceStmtWithStmt() argument51 : FromId(FromId), ToId(ToId) {} in ReplaceStmtWithStmt()55 const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId); in run()
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);58 std::string FromId;66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);70 std::string FromId;
23 static WebApplicationCacheHostImpl* FromId(int id); in NON_EXPORTED_BASE()
18 return WebApplicationCacheHostImpl::FromId(id); in GetHost()
52 WebApplicationCacheHostImpl* WebApplicationCacheHostImpl::FromId(int id) { in FromId() function in content::WebApplicationCacheHostImpl
188 IdentifierInfo *Import(const IdentifierInfo *FromId);
5033 IdentifierInfo *ASTImporter::Import(const IdentifierInfo *FromId) { in Import() argument5034 if (!FromId) in Import()5037 return &ToContext.Idents.get(FromId->getName()); in Import()