Home
last modified time | relevance | path

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

/external/clang/docs/
DLibASTMatchersTutorial.rst348 hasIncrement(unaryOperator(hasOperatorName("++")))
358 hasIncrement(unaryOperator(
367 hasIncrement(unaryOperator(
376 hasIncrement(unaryOperator(
483 hasIncrement(unaryOperator(
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp231 REGISTER_MATCHER(hasIncrement); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1403 AST_MATCHER_P(ForStmt, hasIncrement, internal::Matcher<Stmt>, in AST_MATCHER_P() argument