Home
last modified time | relevance | path

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

/AOO41X/main/autodoc/source/parser/cpp/
H A Dcxt2ary.cxx61 pFileScopeInfo( new S_FileScopeInfo ), in ContextForAry()
76 csv_assert(pFileScopeInfo->pCurFile != 0); in inq_CurFile()
78 return *pFileScopeInfo->pCurFile; in inq_CurFile()
177 pFileScopeInfo->pCurTemplateParameters = new StringVector(i_rParameters); in do_OpenTemplate()
183 return pFileScopeInfo->pCurTemplateParameters.Release(); in do_Get_CurTemplateParameters()
189 if (pFileScopeInfo->pCurTemplateParameters) in do_Close_OpenTemplate()
190 delete pFileScopeInfo->pCurTemplateParameters.Release(); in do_Close_OpenTemplate()
288 return pFileScopeInfo->pCurFile != 0 in inq_CurFileName()
289 ? pFileScopeInfo->pCurFile->LocalName() in inq_CurFileName()
296 return pFileScopeInfo->nLineCount; in inq_LineCount()
[all …]
H A Dcxt2ary.hxx182 pFileScopeInfo; member in cpp::ContextForAry