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

/external/clang/tools/libclang/
H A DIndexingContext.cpp186 return copyCStr(Str);
189 const char *ScratchAlloc::copyCStr(StringRef Str) { function in class:ScratchAlloc
1107 EntityInfo.name = SA.copyCStr(StrBuf.str());
1116 EntityInfo.USR = SA.copyCStr(StrBuf.str());

Completed in 77 milliseconds