Searched refs:getCheckTraversalKind (Results 1 – 2 of 2) sorted by relevance
119 virtual std::optional<TraversalKind> getCheckTraversalKind() const;293 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
1269 TraversalKindScope RAII(*Context, Callback->getCheckTraversalKind()); in visitMatch()1589 TK = Action->getCheckTraversalKind(); in addMatcher()1607 TK = Action->getCheckTraversalKind(); in addMatcher()1711 MatchFinder::MatchCallback::getCheckTraversalKind() const { in getCheckTraversalKind() function in clang::ast_matchers::MatchFinder::MatchCallback