clang 19.0.0git
Namespaces | Functions
Parsing.h File Reference

Defines parsing functions for Transformer types. More...

#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Tooling/Transformer/RangeSelector.h"
#include "llvm/Support/Error.h"
#include <functional>

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::transformer
 

Functions

llvm::Expected< RangeSelectorclang::transformer::parseRangeSelector (llvm::StringRef Input)
 Parses a string representation of a RangeSelector.
 

Detailed Description

Defines parsing functions for Transformer types.

FIXME: Currently, only supports RangeSelectors but parsers for other Transformer types are under development.

Definition in file Parsing.h.