Searched refs:MaxNestingDepthError (Results 1 – 2 of 2) sorted by relevance
2884 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local2885 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()2889 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
3247 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local3248 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()3252 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()