HomeSort by relevance Sort by last modified time
    Searched refs:forEachDescendant (Results 1 - 4 of 4) sorted by null

  /external/clang/unittests/ASTMatchers/
ASTMatchersTraversalTest.cpp 82 functionDecl(forEachDescendant(
98 qualType(asString("int ***"), forEachDescendant(pointerType().bind("x"))),
455 forEachDescendant(varDecl().bind("v")),
456 forEachDescendant(callExpr(forEachArgumentWithParam(
    [all...]
ASTMatchersNarrowingTest.cpp     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 185 REGISTER_MATCHER(forEachDescendant);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 165 milliseconds