Searched defs:IdentExprNode (Results 1 – 1 of 1) sorted by relevance
173 IdentExprNode(const IdentExprNode& other) { in IdentExprNode() function183 explicit IdentExprNode(const string& id) : name_(id) {} in IdentExprNode() function184 explicit IdentExprNode(const char* id) : name_(id) {} in IdentExprNode() function