Home
last modified time | relevance | path

Searched refs:nBracketInParameterCounter (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/autodoc/source/parser/cpp/
H A Dpreproc.cxx56 nBracketInParameterCounter(0) in PreProcessor()
116 nBracketInParameterCounter++; in On_expect_macro_param()
119 if ( nBracketInParameterCounter > 0 ) in On_expect_macro_param()
120 nBracketInParameterCounter--; in On_expect_macro_param()
134 else if ( let_drToken.TypeId() == Tid_Comma AND nBracketInParameterCounter == 0 ) in On_expect_macro_param()
178 nBracketInParameterCounter = 0; in CheckForDefine()
H A Dpreproc.hxx103 intt nBracketInParameterCounter; member in cpp::PreProcessor

Completed in 38 milliseconds