Changeset 113 in dev for BasicCompiler_Common/Procedure.h


Ignore:
Timestamp:
May 10, 2007, 12:27:41 PM (17 years ago)
Author:
dai_9181
Message:

TypeDef、Declareの名前空間対応を行った。
TypeDef、Declareをローカル領域で使用した際、エラーを表示するようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Procedure.h

    r108 r113  
    311311    ~DllProc(){}
    312312
     313    bool IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const;
     314    bool IsEqualSymbol( const string &name ) const;
     315
     316    const NamespaceScopes &GetNamespaceScopes() const
     317    {
     318        return namespaceScopes;
     319    }
     320
    313321    virtual bool SetParamsAndReturnType( const char *sourceOfParams, int nowLine );
    314322
Note: See TracChangeset for help on using the changeset viewer.