Searched refs:MaxNestingDepthError (Results 1 – 1 of 1) sorted by relevance
2730 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local2731 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()2735 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()