Internals: clang-format

This commit is contained in:
Wilson Snyder 2020-07-10 18:08:04 -04:00
parent 0674267333
commit 75d255a3bf
3 changed files with 4 additions and 6 deletions

View File

@ -8079,9 +8079,7 @@ public:
} }
ASTNODE_NODE_FUNCS(PropClocked) ASTNODE_NODE_FUNCS(PropClocked)
virtual bool hasDType() const { return true; } // Used under Cover, which expects a bool child virtual bool hasDType() const { return true; } // Used under Cover, which expects a bool child
AstSenItem* sensesp() const { AstSenItem* sensesp() const { return VN_CAST(op1p(), SenItem); } // op1 = Sensitivity list
return VN_CAST(op1p(), SenItem);
} // op1 = Sensitivity list
AstNode* disablep() const { return op2p(); } // op2 = disable AstNode* disablep() const { return op2p(); } // op2 = disable
AstNode* propp() const { return op3p(); } // op3 = property AstNode* propp() const { return op3p(); } // op3 = property
}; };