MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / InsertArg

Method InsertArg

CfrontCodeGenerator.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174//-----------------------------------------------------------------------------
175
176void CfrontCodeGenerator::InsertArg(const CXXThisExpr*)
177{
178 mOutputFormatHelper.Append(kwInternalThis);
179}
180//-----------------------------------------------------------------------------
181
182static bool HasCtor(QualType t)

Callers

nothing calls this directly

Calls 15

HasDtorFunction · 0.85
CallVecDeleteFunction · 0.85
StrCatFunction · 0.85
GetNameFunction · 0.85
EnableGlobalInsertFunction · 0.85
IfFunction · 0.85
MulFunction · 0.85
SizeofFunction · 0.85
HasCtorFunction · 0.85
CastFunction · 0.85
PtrFunction · 0.85
CallVecNewFunction · 0.85

Tested by

no test coverage detected