MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / isIdentifierTok

Method isIdentifierTok

erpcgen/src/Token.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool Token::isIdentifierTok() const
55{
56 return TOK_IDENT == m_token;
57}
58
59void Token::setLocation(const token_loc_t &first, const token_loc_t &last)
60{

Callers 5

getValueForConstMethod · 0.80
handleBinaryOpMethod · 0.80
handleUnaryOpMethod · 0.80
handleUnionCaseMethod · 0.80
getIntExprValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected