Home
last modified time | relevance | path

Searched defs:copyString (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h91 StringRef copyString(StringRef str) { return str.copy(StrAlloc); } in copyString() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp50 const char *copyString(StringRef Blob) { in copyString() function in __anon58cab6530111::CXLoadedDiagnosticSetImpl
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp69 StringRef EditedSource::copyString(const Twine &twine) { in copyString() function in EditedSource
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp723 StringRef copyString(StringRef String) { in copyString() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp673 static const char *copyString(StringRef Str, llvm::BumpPtrAllocator &Alloc) { in copyString() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp247 StringView Demangler::copyString(StringView Borrowed) { in copyString() function in Demangler
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c7485 copyString(const XML_Char *s, const XML_Memory_Handling_Suite *memsuite) { in copyString() function