9#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_QUERY_QUERY_SESSION_H
10#define LLVM_CLANG_TOOLS_EXTRA_CLANG_QUERY_QUERY_SESSION_H
12#include "clang/AST/ASTTypeTraits.h"
13#include "clang/ASTMatchers/Dynamic/VariantValue.h"
14#include "llvm/ADT/ArrayRef.h"
15#include "llvm/ADT/StringMap.h"
31 llvm::ArrayRef<std::unique_ptr<ASTUnit>>
ASTs;
42 llvm::StringMap<ast_matchers::dynamic::VariantValue>
NamedValues;
Represents the state for a particular clang-query session.
QuerySession(llvm::ArrayRef< std::unique_ptr< ASTUnit > > ASTs)
llvm::StringMap< ast_matchers::dynamic::VariantValue > NamedValues
llvm::ArrayRef< std::unique_ptr< ASTUnit > > ASTs
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//