#include "clang/AST/ASTContext.h"
#include "clang/AST/Stmt.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Analysis/FlowSensitive/DataflowEnvironment.h"
#include "llvm/ADT/StringRef.h"
#include <functional>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
|
template<typename State , typename Result = void> |
using | clang::dataflow::MatchSwitch = std::function< Result(const Stmt &, ASTContext &, State &)> |
| Matches against Stmt and, based on its structure, dispatches to an appropriate handler. More...
|
|