Home
last modified time | relevance | path

Searched refs:LastText (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DToken.cpp76 StringRef LastText; in print() local
82 if (LastText.data() + LastText.size() != Text.data()) in print()
90 LastText = Text; in print()
/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DHTMLForest.cpp95 StringRef LastText; in writeCode() local
101 if (LastText.data() + LastText.size() != Text.data()) in writeCode()
111 LastText = Text; in writeCode()