Searched refs:ExceptionVarName (Results 1 – 1 of 1) sorted by relevance
109 auto *ExceptionVarName = Result.Nodes.getNodeAs<VarDecl>("exceptionVar"); in check() local110 if (ExceptionVarName) { in check()111 if (!ExceptionVarName->getIdentifier()) in check()114 StringRef VarName = ExceptionVarName->getName(); in check()119 diag(ExceptionVarName->getLocation(), ErrorMessage) in check()120 << 1 << ExceptionVarName << MinimumExceptionNameLength; in check()