Lines Matching defs:CapturedASTCtx
59 struct CapturedASTCtx {
61 CapturedASTCtx(CompilerInstance &Clang)
68 CapturedASTCtx(const CapturedASTCtx &) = delete;
69 CapturedASTCtx &operator=(const CapturedASTCtx &) = delete;
70 CapturedASTCtx(CapturedASTCtx &&) = default;
71 CapturedASTCtx &operator=(CapturedASTCtx &&) = default;
131 std::function<void(CapturedASTCtx ASTCtx,