Home
last modified time | relevance | path

Searched refs:TkpContext (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/autodoc/source/parser/inc/adoc/
H A Dcx_a_sub.hxx41 class Cx_LineStart : public TkpContext
45 TkpContext & i_rFollowUpContext );
50 virtual TkpContext &
62 TkpContext * pFollowUpContext;
74 class Cx_CheckStar : public TkpContext
79 TkpContext & i_rFollowUpContext );
91 virtual TkpContext &
99 TkpContext * pFollowUpContext;
100 TkpContext * pEnd_FollowUpContext;
118 virtual TkpContext &
[all …]
H A Dcx_a_std.hxx54 TkpContext & io_rParentContext,
68 virtual TkpContext &
84 TkpContext * pParentContext;
85 TkpContext * pFollowUpContext;
/trunk/main/autodoc/source/parser_i/inc/s2_dsapi/
H A Dcx_docu2.hxx46 class Cx_Base : public ::TkpContext
50 virtual TkpContext &
56 TkpContext & i_rFollowUpContext ) in Cx_Base()
71 TkpContext * pFollowUpContext;
82 TkpContext & i_rFollowUpContext ) in Cx_EoHtml()
101 TkpContext & i_rFollowUpContext ) in Cx_EoXmlConst()
121 TkpContext & i_rFollowUpContext ) in Cx_EoXmlLink_BeginTag()
141 TkpContext & i_rFollowUpContext ) in Cx_EoXmlLink_EndTag()
161 TkpContext & i_rFollowUpContext ) in Cx_EoXmlFormat_BeginTag()
214 virtual TkpContext &
[all …]
H A Dcx_dsapi.hxx63 TkpContext & io_rParentContext,
76 virtual TkpContext &
92 TkpContext * pParentContext;
109 ::TkpContext * pFollowUpContext;
/trunk/main/autodoc/source/parser_i/inc/s2_luidl/
H A Dcx_sub.hxx44 class Cx_Base : public ::TkpContext
48 virtual TkpContext &
54 TkpContext & i_rFollowUpContext ) in Cx_Base()
68 TkpContext * pFollowUpContext;
83 TkpContext & i_rFollowUpContext ) in Context_MLComment()
94 TkpContext & i_rFollowUpContext ) in Context_SLComment()
105 TkpContext & i_rFollowUpContext ) in Context_Praeprocessor()
116 TkpContext & i_rFollowUpContext ) in Context_Assignment()
H A Dcx_idlco.hxx45 class Context_UidlCode : public TkpContext,
63 virtual TkpContext &
80 Dyn<TkpContext> dpContext_MLComment;
81 Dyn<TkpContext> dpContext_SLComment;
82 Dyn<TkpContext> dpContext_Preprocessor;
83 Dyn<TkpContext> dpContext_Assignment;
87 ::TkpContext * pFollowUpContext;
H A Dtkp_uidl.hxx62 virtual ::TkpContext &
67 TkpContext & io_rContext );
71 ::TkpContext * pCurContext;
/trunk/main/autodoc/source/parser_i/inc/tokens/
H A Dtkpcont2.hxx41 class TkpContext class
45 virtual ~TkpContext() {} in ~TkpContext()
72 virtual TkpContext &
93 class TkpNullContex2 : public TkpContext
101 virtual TkpContext &
105 class TkpDocuContext : public TkpContext
109 TkpContext & io_rParentContext,
H A Dstmstfi2.hxx34 class TkpContext;
46 TkpContext & i_rFollowUpContext,
50 TkpContext * FollowUpContext();
61 TkpContext * pFollowUpContext;
66 inline TkpContext *
H A Dtkp2.hxx31 class TkpContext;
70 TkpContext & io_rContext ) = 0;
71 virtual TkpContext &
/trunk/main/autodoc/source/parser/inc/tokens/
H A Dtkpcontx.hxx48 class TkpContext class
52 virtual ~TkpContext() {} in ~TkpContext()
84 virtual TkpContext &
105 class TkpNullContext : public TkpContext
113 virtual TkpContext &
120 class TkpDocuContext : public TkpContext
124 TkpContext & io_rParentContext,
H A Dstmstfin.hxx34 class TkpContext;
46 TkpContext & i_rFollowUpContext,
50 TkpContext * FollowUpContext();
61 TkpContext * pFollowUpContext;
66 inline TkpContext *
H A Dtkp.hxx31 class TkpContext;
84 TkpContext & io_rContext ) = 0;
85 virtual TkpContext &
/trunk/main/autodoc/source/parser/cpp/
H A Dcx_base.hxx43 class Cx_Base : public ::TkpContext
47 virtual TkpContext &
55 TkpContext * io_pFollowUpContext );
60 TkpContext * io_pContext );
67 TkpContext * pFollowUpContext;
78 Cx_Base::SetFollowUpContext( TkpContext * io_pContext ) in SetFollowUpContext()
H A Dcx_c_sub.hxx42 TkpContext & i_rFollowUpContext ) in Context_Comment()
57 TkpContext & i_rFollowUpContext ) in Context_ConstString()
67 TkpContext & i_rFollowUpContext ) in Context_ConstChar()
77 TkpContext & i_rFollowUpContext ) in Context_ConstNumeric()
87 TkpContext & i_rFollowUpContext ) in Context_UnblockMacro()
H A Dcx_c_pp.hxx42 TkpContext & i_rFollowUpContext );
55 TkpContext * pContext_Parent;
77 TkpContext & i_rFollowUpContext );
84 TkpContext * pContext_Parent;
H A Dtkp_cpp.hxx79 TkpContext & io_rContext );
80 virtual TkpContext &
84 TkpContext * pCurContext;
H A Dcx_base.cxx35 Cx_Base::Cx_Base( TkpContext * io_pFollowUpContext ) in Cx_Base()
53 TkpContext &
H A Dtkp_cpp.cxx74 TokenParser_Cpp::SetCurrentContext( TkpContext & io_rContext ) in SetCurrentContext()
79 TkpContext &
H A Dcx_c_pp.cxx37 Context_Preprocessor::Context_Preprocessor( TkpContext & i_rFollowUpContext ) in Context_Preprocessor()
145 Context_PP_Definition::Context_PP_Definition( TkpContext & i_rFollowUpContext ) in Context_PP_Definition()
/trunk/main/autodoc/source/parser/adoc/
H A Dcx_a_sub.cxx36 Cx_LineStart::Cx_LineStart( TkpContext & i_rFollowUpContext ) in Cx_LineStart()
72 TkpContext &
81 Cx_CheckStar::Cx_CheckStar( TkpContext & i_rFollowUpContext ) in Cx_CheckStar()
129 TkpContext &
141 Cx_AtTagCompletion::Cx_AtTagCompletion( TkpContext & i_rFollowUpContext ) in Cx_AtTagCompletion()
166 TkpContext &
H A Dcx_a_std.cxx124 Context_AdocStd::SetParentContext( TkpContext & io_rParentContext, in SetParentContext()
172 TkpContext &
345 = new StmBoundsStatus( *this, TkpContext::Null_(), nF_fin_Error, true ); in SetupStateMachine()
351 = new StmBoundsStatus( *this, TkpContext::Null_(), nF_fin_Eof, false); in SetupStateMachine()
/trunk/main/autodoc/source/parser/tokens/
H A Dtkpcontx.cxx32 TkpContext::Null_() in Null_()
52 TkpContext &
/trunk/main/autodoc/source/parser_i/idl/
H A Dtkp_uidl.cxx55 TokenParser_Uidl::SetCurrentContext( TkpContext & io_rContext ) in SetCurrentContext()
60 TkpContext &
/trunk/main/autodoc/source/parser_i/idoc/
H A Dcx_docu2.cxx55 TkpContext &
250 TkpContext &

Completed in 76 milliseconds

12