Searched refs:expectEnd (Results 1 – 2 of 2) sorted by relevance
137 vector<string> typeName(MarkType markType, bool* expectEnd);
1534 bool expectEnd = true; in findDefinitions() local1535 vector<string> typeNameBuilder = this->typeName(markType, &expectEnd); in findDefinitions()1540 if (hasEnd && expectEnd) { in findDefinitions()