Home
last modified time | relevance | path

Searched refs:copyString (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Edit/
HDEditedSource.h65 StringRef copyString(StringRef str) { in copyString() function
70 StringRef copyString(const Twine &twine);
HDCommit.h138 StringRef copyString(StringRef str) { in copyString() function
/NextBSD/contrib/llvm/tools/clang/lib/Edit/
HDEditedSource.cpp26 StringRef EditedSource::copyString(const Twine &twine) { in copyString() function in EditedSource
28 return copyString(twine.toStringRef(Data)); in copyString()
71 FA.Text = copyString(text); in commitInsert()
76 FA.Text = copyString(Twine(text) + FA.Text); in commitInsert()
78 FA.Text = copyString(Twine(FA.Text) + text); in commitInsert()
HDCommit.cpp186 data.Text = copyString(text); in addInsert()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDHeaderSearch.cpp573 static const char *copyString(StringRef Str, llvm::BumpPtrAllocator &Alloc) { in copyString() function
745 copyString(Filename, LookupFileCache.getAllocator()); in LookupFile()