Searched refs:tryBind (Results 1 – 13 of 13) sorted by relevance
35 boolean tryBind( in tryBind() method
529 scheduledExecutorService.execute(this::tryBind); in startTryBinding()532 private void tryBind() { in tryBind() method in CrossProfileSender566 if (!binder.tryBind(context, bindToService, connection, availabilityRestrictions)) { in tryBind()582 scheduledExecutorService.schedule(this::tryBind, bindRetryDelayMs, TimeUnit.MILLISECONDS); in scheduleBindAttempt()
44 public boolean tryBind( in tryBind() method in DpcProfileBinder
55 public boolean tryBind( in tryBind() method in AbstractProfileBinder
101 llvm::Optional<DynTypedMatcher> M = Matcher.tryBind("root"); in run()
353 auto M = *BoundMatcher.tryBind(Tag); in taggedMatchers()398 Matchers.push_back(M.tryBind(RootID)->withTraversalKind(TK_AsIs)); in buildMatchers()
210 llvm::Optional<DynTypedMatcher> DynTypedMatcher::tryBind(StringRef ID) const { in tryBind() function in clang::ast_matchers::internal::DynTypedMatcher
589 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher()
376 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl()
709 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher()
376 llvm::Optional<DynTypedMatcher> tryBind(StringRef ID) const;1160 .tryBind(ID)
431 llvm::Optional<DynTypedMatcher> tryBind(StringRef ID) const;1341 .tryBind(ID)
335 llvm::Optional<DynTypedMatcher> DynTypedMatcher::tryBind(StringRef ID) const { in tryBind() function in clang::ast_matchers::internal::DynTypedMatcher