|
clang
5.0.0
|
Simple matcher expression parser. More...
#include "clang/ASTMatchers/Dynamic/Diagnostics.h"#include "clang/ASTMatchers/Dynamic/Registry.h"#include "clang/ASTMatchers/Dynamic/VariantValue.h"#include "clang/Basic/LLVM.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/StringRef.h"Go to the source code of this file.
Classes | |
| class | clang::ast_matchers::dynamic::Parser |
| Matcher expression parser. More... | |
| class | clang::ast_matchers::dynamic::Parser::Sema |
| Interface to connect the parser with the registry and more. More... | |
| class | clang::ast_matchers::dynamic::Parser::RegistrySema |
| Sema implementation that uses the matcher registry to process the tokens. More... | |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::ast_matchers | |
| clang::ast_matchers::dynamic | |
Simple matcher expression parser.
The parser understands matcher expressions of the form: MatcherName(Arg0, Arg1, ..., ArgN) as well as simple types like strings. The parser does not know how to process the matchers. It delegates this task to a Sema object received as an argument.
Definition in file Parser.h.
1.8.6