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

Function Function

ASTHelpers.cpp:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409FunctionDecl* Function(std::string_view name, QualType returnType, const params_vector& parameters)
410{
411 return FunctionBase(name, returnType, parameters, GetGlobalAST().getTranslationUnitDecl());
412}
413//-----------------------------------------------------------------------------
414
415auto* mkStdFunctionDecl(std::string_view name, QualType returnType, const params_vector& parameters)

Callers 10

CreateCoroFunctionDeclFunction · 0.85
InsertCoroutineMethod · 0.85
CallFunction · 0.85
CreateFunctionDeclFunction · 0.85
TemporaryDeclFinderMethod · 0.85
EmitGlobalVariableCtorsFunction · 0.85
CfrontVtableDataMethod · 0.85
InsertCXXMethodDeclMethod · 0.85
InsertArgMethod · 0.85

Calls 1

FunctionBaseFunction · 0.85

Tested by

no test coverage detected