|
clang
5.0.0
|
Recursive parser implementation for the matcher expression grammar. More...
#include "clang/ASTMatchers/Dynamic/Parser.h"#include "clang/ASTMatchers/Dynamic/Registry.h"#include "clang/Basic/CharInfo.h"#include "llvm/ADT/Optional.h"#include "llvm/Support/ManagedStatic.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | clang::ast_matchers::dynamic::Parser::TokenInfo |
| Simple structure to hold information for one token from the parser. More... | |
| class | clang::ast_matchers::dynamic::Parser::CodeTokenizer |
| Simple tokenizer for the parser. More... | |
| struct | clang::ast_matchers::dynamic::Parser::ScopedContextEntry |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::ast_matchers | |
| clang::ast_matchers::dynamic | |
Variables | |
| static llvm::ManagedStatic < Parser::RegistrySema > | clang::ast_matchers::dynamic::DefaultRegistrySema |
Recursive parser implementation for the matcher expression grammar.
Definition in file Parser.cpp.
1.8.6