Searched defs:FromId (Results 1 – 5 of 5) sorted by relevance
85 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText()103 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) in ReplaceStmtWithStmt()155 llvm::StringRef FromId, std::vector<TemplateElement> Template) in ReplaceNodeWithTemplate()159 ReplaceNodeWithTemplate::create(StringRef FromId, StringRef ToTemplate) { in create()
107 std::string FromId; variable
59 auto FromId = DfaStates.idFor(DS); in visitDfaState() local
659 auto FromId = getTableId(From); in ReplaceValueWith() local
10219 IdentifierInfo *ASTImporter::Import(const IdentifierInfo *FromId) { in Import()