Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp398 return copyCStr(Str); in toCStr()
401 const char *ScratchAlloc::copyCStr(StringRef Str) { in copyCStr() function in ScratchAlloc
1177 EntityInfo.name = SA.copyCStr(StrBuf.str()); in getEntityInfo()
1186 EntityInfo.USR = SA.copyCStr(StrBuf.str()); in getEntityInfo()
DCXIndexDataConsumer.h44 const char *copyCStr(StringRef Str);