Searched refs:FromId (Results 1 – 5 of 5) 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;
194 IdentifierInfo *Import(const IdentifierInfo *FromId);
653 auto FromId = getTableId(From); in ReplaceValueWith() local656 if (FromId != ToId) in ReplaceValueWith()657 ReplacedValues[FromId] = ToId; in ReplaceValueWith()
6606 IdentifierInfo *ASTImporter::Import(const IdentifierInfo *FromId) { in Import() argument6607 if (!FromId) in Import()6610 IdentifierInfo *ToId = &ToContext.Idents.get(FromId->getName()); in Import()6612 if (!ToId->getBuiltinID() && FromId->getBuiltinID()) in Import()6613 ToId->setBuiltinID(FromId->getBuiltinID()); in Import()