Searched refs:MaxNestingDepthError (Results 1 – 2 of 2) sorted by relevance
2872 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local2873 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()2877 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
3216 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local3217 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()3221 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()