Searched refs:tryBind (Results 1 – 5 of 5) sorted by relevance
388 auto M = *BoundMatcher.tryBind(Tag); in taggedMatchers()436 Matchers.push_back(M.tryBind(RootID)->withTraversalKind(TK_AsIs)); in buildMatchers()
821 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher()
398 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl()
485 std::optional<DynTypedMatcher> tryBind(StringRef ID) const;1235 .tryBind(ID)
341 std::optional<DynTypedMatcher> DynTypedMatcher::tryBind(StringRef ID) const { in tryBind() function in clang::ast_matchers::internal::DynTypedMatcher