Searched refs:ToId (Results 1 – 4 of 4) sorted by relevance
104 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) in ReplaceStmtWithStmt() argument105 : FromId(FromId), ToId(ToId) {} in ReplaceStmtWithStmt()110 const Stmt *ToMatch = Result.Nodes.getNodeAs<Stmt>(ToId); in run()
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);121 std::string ToId; variable
654 auto ToId = getTableId(To); in ReplaceValueWith() local656 if (FromId != ToId) in ReplaceValueWith()657 ReplacedValues[FromId] = ToId; in ReplaceValueWith()
8423 IdentifierInfo *ToId = &ToContext.Idents.get(FromId->getName()); in Import() local8425 if (!ToId->getBuiltinID() && FromId->getBuiltinID()) in Import()8426 ToId->setBuiltinID(FromId->getBuiltinID()); in Import()8428 return ToId; in Import()