Lines Matching refs:ActiveASTContext
298 : Matchers(Matchers), Options(Options), ActiveASTContext(nullptr) {} in MatchASTVisitor()
327 ActiveASTContext = NewActiveASTContext; in set_active_ast_context()
363 ActiveASTContext->getCanonicalType(TypeNode); in VisitTypedefNameDecl()
483 ASTContext &getASTContext() const override { return *ActiveASTContext; } in getASTContext()
529 MatchVisitor Visitor(ActiveASTContext, MP.second); in matchWithoutFilter()
553 MatchVisitor Visitor(ActiveASTContext, MP.second); in matchWithFilter()
616 ActiveASTContext->getTranslationUnitDecl()) in memoizedMatchesAncestorOfRecursively()
636 const auto &Parents = ActiveASTContext->getParents(Node); in memoizedMatchesAncestorOfRecursively()
665 ActiveASTContext->getParents(Queue.front())) { in memoizedMatchesAncestorOfRecursively()
707 ActiveASTContext->getCanonicalType(TypeNode); in typeHasMatchingAlias()
737 ASTContext *ActiveASTContext; member in clang::ast_matchers::internal::__anon887b50f80111::MatchASTVisitor