Searched refs:FromStr (Results 1 – 3 of 3) sorted by relevance
357 StringRef FromStr; variable365 : Context(Context), FromStr(VarName), InsertIdx(InsertIdx) {} in Substitution()370 StringRef getFromString() const { return FromStr; } in getFromString()
290 Expected<StringRef> VarVal = Context->getPatternVarValue(FromStr); in getResultRegex()297 Expected<StringRef> VarVal = Context->getPatternVarValue(FromStr); in getResultForDiagnostics()
499 StringRef ImportASTStringRef(StringRef FromStr);1057 StringRef ASTNodeImporter::ImportASTStringRef(StringRef FromStr) { in ImportASTStringRef() argument1058 char *ToStore = new (Importer.getToContext()) char[FromStr.size()]; in ImportASTStringRef()1059 std::copy(FromStr.begin(), FromStr.end(), ToStore); in ImportASTStringRef()1060 return StringRef(ToStore, FromStr.size()); in ImportASTStringRef()