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

Method classof

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

Source from the content-addressed store, hash-verified

41 std::string_view Comment() const { return mComment; }
42
43 static bool classof(const Stmt* T) { return T->getStmtClass() == NoStmtClass; }
44
45 child_range children()
46 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected