Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp358 auto M = *BoundMatcher.tryBind(Tag); in taggedMatchers()
403 Matchers.push_back(M.tryBind(RootID)->withTraversalKind(TK_AsIs)); in buildMatchers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp777 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher()
H A DParser.cpp401 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h491 llvm::Optional<DynTypedMatcher> tryBind(StringRef ID) const;
1241 .tryBind(ID)
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp342 llvm::Optional<DynTypedMatcher> DynTypedMatcher::tryBind(StringRef ID) const { in tryBind() function in clang::ast_matchers::internal::DynTypedMatcher