Lines Matching refs:ParserContextSharedPtr
169 typedef ::boost::shared_ptr< ParserContext > ParserContextSharedPtr; typedef
176 ParserContextSharedPtr mpContext;
180 ConstantFunctor( const ParserContextSharedPtr& rContext ) : in ConstantFunctor()
195 ParserContextSharedPtr mpContext;
198 IntConstantFunctor( const ParserContextSharedPtr& rContext ) : in IntConstantFunctor()
223 ParserContextSharedPtr mpContext;
227 BinaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) : in BinaryFunctionFunctor()
287 ParserContextSharedPtr mpContext;
291 UnaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) : in UnaryFunctionFunctor()
340 ExpressionGrammar( const ParserContextSharedPtr& rParserContext ) : in ExpressionGrammar()
428 const ParserContextSharedPtr& getContext() const in getContext()
434 ParserContextSharedPtr mpParserContext; // might get modified during parsing
438 const ParserContextSharedPtr& getParserContext() in getParserContext()
440 static ParserContextSharedPtr lcl_parserContext( new ParserContext() ); in getParserContext()
463 ParserContextSharedPtr pContext; in parseFunction()