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
83 unsigned ToId = DfaStates.insert(NewStates); in visitDfaState() local84 DfaTransitions.emplace(std::make_pair(FromId, A), std::make_pair(ToId, TI)); in visitDfaState()
663 auto ToId = getTableId(To); in ReplaceValueWith() local665 if (FromId != ToId) in ReplaceValueWith()666 ReplacedValues[FromId] = ToId; in ReplaceValueWith()
9789 IdentifierInfo *ToId = &ToContext.Idents.get(FromId->getName()); in Import() local9791 if (!ToId->getBuiltinID() && FromId->getBuiltinID()) in Import()9792 ToId->setBuiltinID(FromId->getBuiltinID()); in Import()9794 return ToId; in Import()