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

Method AddField

CoroutinesCodeGenerator.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73//-----------------------------------------------------------------------------
74
75FieldDecl* CoroutinesCodeGenerator::AddField(std::string_view name, QualType type)
76{
77 return ::clang::insights::AddField(mASTData, name, type);
78}
79//-----------------------------------------------------------------------------
80
81static auto* CreateCoroFunctionDecl(std::string funcName, QualType type)

Callers

nothing calls this directly

Calls 1

AddFieldFunction · 0.85

Tested by

no test coverage detected