Home
last modified time | relevance | path

Searched refs:tryBind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp388 auto M = *BoundMatcher.tryBind(Tag); in taggedMatchers()
436 Matchers.push_back(M.tryBind(RootID)->withTraversalKind(TK_AsIs)); in buildMatchers()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp821 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher()
H A DParser.cpp398 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h485 std::optional<DynTypedMatcher> tryBind(StringRef ID) const;
1235 .tryBind(ID)
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp341 std::optional<DynTypedMatcher> DynTypedMatcher::tryBind(StringRef ID) const { in tryBind() function in clang::ast_matchers::internal::DynTypedMatcher