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

Function ContantArrayTy

ASTHelpers.cpp:202–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200//-----------------------------------------------------------------------------
201
202QualType ContantArrayTy(QualType t, int size)
203{
204 return GetGlobalAST().getConstantArrayType(t,
205 llvm::APInt(32, size, false),
206 /*const Expr* SizeExpr*/ nullptr,
207 ArraySizeModifier::Normal,
208 0u);
209}
210//-----------------------------------------------------------------------------
211
212static QualType mkAnonVoidFunctionPointer()

Callers 2

VtblArrayVarMethod · 0.85
InsertArgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected