Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h91 StringRef copyString(StringRef str) { return str.copy(StrAlloc); } in copyString() function
/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp99 StringRef APISet::copyString(StringRef String) { copyString() function in APISet
/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h421 StringRef copyString(StringRef String) { in copyString() function
/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp276 StringRef RecordsSlice::copyString(StringRef String) { copyString() function in RecordsSlice
H A DTextStub.cpp687 StringRef copyString(StringRef String) { in copyString() function
/llvm-project/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp51 const char *copyString(StringRef Blob) { in copyString() function in __anona9b0323b0111::CXLoadedDiagnosticSetImpl
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp306 uint32_t GsymCreator::copyString(const GsymCreator &SrcGC, uint32_t StrOff) { copyString() function in GsymCreator
/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp69 StringRef EditedSource::copyString(const Twine &twine) { in copyString() function in EditedSource
/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp792 static const char *copyString(StringRef Str, llvm::BumpPtrAllocator &Alloc) { in copyString() function
/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp278 std::string_view Demangler::copyString(std::string_view Borrowed) { copyString() function in Demangler