Home
last modified time | relevance | path

Searched defs:IdentExprNode (Results 1 – 1 of 1) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dnode.h173 IdentExprNode(const IdentExprNode& other) { in IdentExprNode() function
183 explicit IdentExprNode(const string& id) : name_(id) {} in IdentExprNode() function
184 explicit IdentExprNode(const char* id) : name_(id) {} in IdentExprNode() function