clang API Documentation
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/ADT/Twine.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 | |
namespace | clang |
namespace | clang::ast_matchers |
namespace | 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 ASTMatchers/Dynamic/Parser.cpp.