Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    rb3a0df6 rfb2bde4  
    1010// Created On       : Wed May  8 16:05:00 2019
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Thr Jul 23 14:15:00 2020
    13 // Update Count     : 2
     12// Last Modified On : Mon Jun 24 09:48:00 2019
     13// Update Count     : 1
    1414//
    1515
     
    5353class CatchStmt;
    5454class FinallyStmt;
    55 class SuspendStmt;
    5655class WaitForStmt;
    5756class WithStmt;
     
    107106class QualifiedType;
    108107class FunctionType;
    109 class BaseInstType;
    110 template<typename decl_t> class SueInstType;
    111 using StructInstType = SueInstType<StructDecl>;
    112 using UnionInstType = SueInstType<UnionDecl>;
    113 using EnumInstType = SueInstType<EnumDecl>;
     108class ReferenceToType;
     109class StructInstType;
     110class UnionInstType;
     111class EnumInstType;
    114112class TraitInstType;
    115113class TypeInstType;
     
    137135typedef unsigned int UniqueId;
    138136
    139 struct TranslationUnit;
    140 // TODO: Get from the TranslationUnit:
    141 extern ptr<Type> sizeType;
    142 extern const FunctionDecl * dereferenceOperator;
    143 extern const StructDecl   * dtorStruct;
    144 extern const FunctionDecl * dtorStructDestroy;
    145 
    146137}
Note: See TracChangeset for help on using the changeset viewer.