HomeSort by relevance Sort by last modified time
    Searched full:foreachdescendant (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 156 /// example when using decl(forEachDescendant(stmt())).
191 /// Multiple results occur when using matchers like \c forEachDescendant,
ASTMatchers.h     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 734 functionDecl(forEachDescendant(
750 qualType(asString("int ***"), forEachDescendant(pointerType().bind("x"))),
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 157 REGISTER_MATCHER(forEachDescendant);
  /external/clang/docs/
LibASTMatchersReference.html     [all...]

Completed in 175 milliseconds