Home
last modified time | relevance | path

Searched refs:ConditionVarName (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp64 static const char ConditionVarName[] = "conditionVar"; variable
78 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()
/external/clang/docs/
DLibASTMatchersTutorial.rst465 Since we bind three variables (identified by ConditionVarName,
/external/llvm-project/clang/docs/
DLibASTMatchersTutorial.rst457 Since we bind three variables (identified by ConditionVarName,