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

Function Ptr

ASTHelpers.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182//-----------------------------------------------------------------------------
183
184QualType Ptr(QualType srcType)
185{
186 return GetGlobalAST().getPointerType(srcType);
187}
188//-----------------------------------------------------------------------------
189
190CanQualType VoidTy()

Callers 11

GetFramePointerTypeMethod · 0.85
InsertCoroutineMethod · 0.85
ReinterpretCastFunction · 0.85
StaticCastFunction · 0.85
NewFunction · 0.85
VtblArrayVarMethod · 0.85
VtblPtrFieldMethod · 0.85
InsertArgMethod · 0.85
InsertVtblPtrFunction · 0.85
InsertCXXMethodDeclMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected