Searched refs:tryBind (Results 1 – 6 of 6) sorted by relevance
154 auto M = *Matchers[I].tryBind(Tag); in BuildMatcher()
389 auto M = *BoundMatcher.tryBind(Tag); in taggedMatchers()437 Matchers.push_back(M.tryBind(RootID)->withTraversalKind(TK_AsIs)); in buildMatchers()
802 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher()
401 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl()
486 std::optional<DynTypedMatcher> tryBind(StringRef ID) const;1238 .tryBind(ID)
342 std::optional<DynTypedMatcher> DynTypedMatcher::tryBind(StringRef ID) const { in tryBind() function in clang::ast_matchers::internal::DynTypedMatcher