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

/external/clang/tools/libclang/
H A DIndexingContext.cpp188 return copyCStr(Str);
191 const char *ScratchAlloc::copyCStr(StringRef Str) { function in class:ScratchAlloc
1021 EntityInfo.name = SA.copyCStr(StrBuf.str());
1030 EntityInfo.USR = SA.copyCStr(StrBuf.str());
H A DIndexingContext.h40 const char *copyCStr(StringRef Str);

Completed in 67 milliseconds