Searched refs:MaxNestingDepthError (Results 1 – 2 of 2) sorted by relevance
2880 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local2881 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()2885 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
3215 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local3216 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()3220 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()