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

Method ShowXValueCasts

CodeGenerator.h:293–293  ·  view source on GitHub ↗

\brief Show casts to xvalues independent from the show all casts option. This helps showing xvalue casts in structured bindings.

Source from the content-addressed store, hash-verified

291 ///
292 /// This helps showing xvalue casts in structured bindings.
293 virtual bool ShowXValueCasts() const { return false; }
294
295 void HandleTemplateParameterPack(const ArrayRef<TemplateArgument>& args);
296 void HandleCompoundStmt(const CompoundStmt* stmt);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected