Searched refs:ConditionVarName (Results 1 – 3 of 3) sorted by relevance
64 static const char ConditionVarName[] = "conditionVar"; variable78 declRefExpr(to(varDecl(hasType(isInteger())).bind(ConditionVarName))))); in IntegerComparisonMatcher()188 ignoringParenImpCasts(declRefExpr(to(varDecl().bind(ConditionVarName))))); in makeIteratorLoopMatcher()845 const auto *CondVar = Nodes.getNodeAs<VarDecl>(ConditionVarName); in isConvertible()
465 Since we bind three variables (identified by ConditionVarName,
457 Since we bind three variables (identified by ConditionVarName,