Searched refs:MaxNestingDepthError (Results 1 – 2 of 2) sorted by relevance
2813 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local2814 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()2818 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
2754 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local2755 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()2759 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()