Searched refs:GetContextType (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dsrcparser.h454 virtual int GetContextType() const { return SP_CTX_UNKNOWN; } function in class:spContext
457 inline int GetType() { return GetContextType(); }
462 return GetContextType() == SP_CTX_ATTRIBUTE ? (spAttribute *)this
504 virtual int GetContextType() const { return SP_CTX_PARAMETER; } function in class:spParameter
528 virtual int GetContextType() const { return SP_CTX_ATTRIBUTE; } function in class:spAttribute
580 virtual int GetContextType() const { return SP_CTX_OPERATION; } function in class:spOperation
603 virtual int GetContextType() const { return SP_CTX_PREPROCESSOR; } function in class:spPreprocessorLine
650 virtual int GetContextType() const { return SP_CTX_CLASS; } function in class:spClass
666 virtual int GetContextType() const { return SP_CTX_ENUMERATION; } function in class:spEnumeration
682 virtual int GetContextType() cons function in class:spTypeDef
702 virtual int GetContextType() const { return SP_CTX_FILE; } function in class:spFile
[all...]
H A Dsrcparser.cpp43 if ( atContext.GetContextType() & mContextMask )
171 if ( member.GetContextType() & contextMask )
205 while ( cur && !(cur->GetContextType() & mask) )
316 ( contextType & member.GetContextType() )
354 return ( GetOutterContext()->GetContextType() == SP_CTX_FILE );
359 return ( GetOutterContext()->GetContextType() == SP_CTX_NAMESPACE );
364 return ( GetOutterContext()->GetContextType() == SP_CTX_CLASS );
369 return ( GetOutterContext()->GetContextType() == SP_CTX_OPERATION );
425 wxASSERT( mMembers[i]->GetContextType() == SP_CTX_PARAMETER );
H A DHelpGen.cpp1753 wxASSERT( ctxTop->GetContextType() == SP_CTX_FILE );
1758 if ( ctx->GetContextType() != SP_CTX_CLASS ) {
1796 if ( ctx->GetContextType() != SP_CTX_OPERATION )
1881 wxASSERT( ctx->GetContextType() == SP_CTX_PARAMETER );
H A Dcjparser.cpp1572 if ( mpCurCtx->GetContextType() == SP_CTX_CLASS )

Completed in 77 milliseconds