MCPcopy Create free account
hub / github.com/beefytech/Beef / ToString

Function ToString

IDEHelper/Clang/ClangHelper.cpp:11–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9static PerfManager gClangPerfManager;
10
11static String ToString(CXString str)
12{
13 String result;
14 const char* cStr = clang_getCString(str);
15 if (cStr != NULL)
16 result = cStr;
17 clang_disposeString(str);
18
19 return result;
20}
21
22static void ToString(CXString str, String& outStr)
23{

Callers 15

VisitMethod · 0.70
ProcessModuleMethod · 0.70
VisitMethod · 0.70
InclusionProcMethod · 0.70
VisitMethod · 0.70
ClassifyMethod · 0.70
ToStringMethod · 0.50
ToStringRawMethod · 0.50
bptFunction · 0.50
ToStringMethod · 0.50

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected