Searched refs:MaxNestingDepthError (Results 1 – 2 of 2) sorted by relevance
2883 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local2884 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()2888 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
3232 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local3233 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()3237 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()