It should depend on r283094 and r283182.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283195
91177308-0d34-0410-b5e6-
96231b3b80d8
/// \brief Adds a new variable referenced to this pattern.
/// \param VarDecl The declaration of the variable that is referenced.
- /// \param Mention The statement in the code where the variable was referenced.
+ /// \param Range The SourceRange where this variable is referenced.
void addVariableOccurence(const VarDecl *VarDecl, SourceRange Range) {
// First check if we already reference this variable
for (size_t KindIndex = 0; KindIndex < Variables.size(); ++KindIndex) {