Searched refs:ToId (Results 1 – 5 of 5) sorted by relevance
103 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) in ReplaceStmtWithStmt() argument104 : FromId(std::string(FromId)), ToId(std::string(ToId)) {} in ReplaceStmtWithStmt()109 const Stmt *ToMatch = Result.Nodes.getNodeAs<Stmt>(ToId); in run()
115 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);120 std::string ToId; variable
82 unsigned ToId = DfaStates.insert(NewStates); in visitDfaState() local83 DfaTransitions.emplace(std::pair(FromId, A), std::pair(ToId, TI)); in visitDfaState()
660 auto ToId = getTableId(To); in ReplaceValueWith() local662 if (FromId != ToId) in ReplaceValueWith()663 ReplacedValues[FromId] = ToId; in ReplaceValueWith()
10223 IdentifierInfo *ToId = &ToContext.Idents.get(FromId->getName()); in Import() local10225 if (!ToId->getBuiltinID() && FromId->getBuiltinID()) in Import()10226 ToId->setBuiltinID(FromId->getBuiltinID()); in Import()10228 return ToId; in Import()