appendErrors(ParsingContext &&ctx) | mbgl::style::expression::ParsingContext | inline |
checkType(const type::Type &t) | mbgl::style::expression::ParsingContext | |
clearErrors() | mbgl::style::expression::ParsingContext | inline |
error(std::string message) | mbgl::style::expression::ParsingContext | inline |
error(std::string message, std::size_t child) | mbgl::style::expression::ParsingContext | inline |
error(std::string message, std::size_t child, std::size_t grandchild) | mbgl::style::expression::ParsingContext | inline |
getBinding(const std::string &name) | mbgl::style::expression::ParsingContext | inline |
getCombinedErrors() const | mbgl::style::expression::ParsingContext | |
getErrors() const | mbgl::style::expression::ParsingContext | inline |
getExpected() const | mbgl::style::expression::ParsingContext | inline |
getKey() const | mbgl::style::expression::ParsingContext | inline |
operator=(const ParsingContext &)=delete | mbgl::style::expression::ParsingContext | |
parse(const mbgl::style::conversion::Convertible &, std::size_t, std::optional< type::Type >=std::nullopt, const std::optional< TypeAnnotationOption > &=std::nullopt) | mbgl::style::expression::ParsingContext | |
parse(const mbgl::style::conversion::Convertible &, std::size_t index, std::optional< type::Type >, const std::map< std::string, std::shared_ptr< Expression >> &) | mbgl::style::expression::ParsingContext | |
parseExpression(const mbgl::style::conversion::Convertible &value, const std::optional< TypeAnnotationOption > &=std::nullopt) | mbgl::style::expression::ParsingContext | |
parseLayerPropertyExpression(const mbgl::style::conversion::Convertible &value) | mbgl::style::expression::ParsingContext | |
ParsingContext() | mbgl::style::expression::ParsingContext | inline |
ParsingContext(std::string key_) | mbgl::style::expression::ParsingContext | inline |
ParsingContext(type::Type expected_) | mbgl::style::expression::ParsingContext | inlineexplicit |
ParsingContext(ParsingContext &&)=default | mbgl::style::expression::ParsingContext | |
ParsingContext(const ParsingContext &)=delete | mbgl::style::expression::ParsingContext | |