Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
bool Token::isIdentifierTok() const
55
{
56
return TOK_IDENT == m_token;
57
}
58
59
void Token::setLocation(const token_loc_t &first, const token_loc_t &last)
60
{
Callers
5
getValueForConst
Method · 0.80
handleBinaryOp
Method · 0.80
handleUnaryOp
Method · 0.80
handleUnionCase
Method · 0.80
getIntExprValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected