Searched refs:FirstTypedefType (Results 1 – 2 of 2) sorted by relevance
110 FirstTypedefType = Type; in check()121 if (Type.size() > FirstTypedefType.size() && in check()122 Type.substr(0, FirstTypedefType.size()) == FirstTypedefType) in check()123 Type = FirstTypedefName + Type.substr(FirstTypedefType.size() + 1); in check()
28 std::string FirstTypedefType; variable