Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h65 StringRef copyString(StringRef str) { in copyString() function
H A DCommit.h138 StringRef copyString(StringRef str) { in copyString() function
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp51 const char *copyString(StringRef Blob) { in copyString() function in __anond7b264bb0111::CXLoadedDiagnosticSetImpl
/minix3/external/bsd/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp26 StringRef EditedSource::copyString(const Twine &twine) { in copyString() function in EditedSource
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp561 static const char *copyString(StringRef Str, llvm::BumpPtrAllocator &Alloc) { in copyString() function