Home
last modified time | relevance | path

Searched refs:hasIncrement (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibASTMatchersTutorial.rst352 hasIncrement(unaryOperator(hasOperatorName("++")))
362 hasIncrement(unaryOperator(
371 hasIncrement(unaryOperator(
380 hasIncrement(unaryOperator(
487 hasIncrement(unaryOperator(
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp154 hasIncrement(unaryOperator( in forLoopMatcher()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp310 REGISTER_MATCHER(hasIncrement); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2075 AST_MATCHER_P(ForStmt, hasIncrement, internal::Matcher<Stmt>, in AST_MATCHER_P() argument