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

Function VoidTy

ASTHelpers.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188//-----------------------------------------------------------------------------
189
190CanQualType VoidTy()
191{
192 return GetGlobalAST().VoidTy;
193}
194//-----------------------------------------------------------------------------
195
196ParenExpr* Paren(Expr* expr)

Callers 10

CreateCoroFunctionDeclFunction · 0.85
InsertCoroutineMethod · 0.85
InsertArgMethod · 0.85
CallFunction · 0.85
ThrowFunction · 0.85
CreateFunctionDeclFunction · 0.85
TemporaryDeclFinderMethod · 0.85
EmitGlobalVariableCtorsFunction · 0.85
InsertArgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected