Changes in src/AST/Fwd.hpp [c86b08d:71806e0]
- File:
-
- 1 edited
-
src/AST/Fwd.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Fwd.hpp
rc86b08d r71806e0 15 15 16 16 #pragma once 17 18 template<typename> struct bitfield;19 17 20 18 #include "AST/Node.hpp" … … 58 56 class FinallyClause; 59 57 class SuspendStmt; 60 class WhenClause;61 58 class WaitForStmt; 62 59 class WaitForClause; 63 class WaitUntilStmt;64 60 class WithStmt; 65 61 class DeclStmt; … … 151 147 class TranslationGlobal; 152 148 153 // For the following types, only use the using type.154 namespace CV {155 struct qualifier_flags;156 using Qualifiers = bitfield<qualifier_flags>;157 149 } 158 namespace Function {159 struct spec_flags;160 using Specs = bitfield<spec_flags>;161 }162 namespace Storage {163 struct class_flags;164 using Classes = bitfield<class_flags>;165 }166 namespace Linkage {167 struct spec_flags;168 using Spec = bitfield<spec_flags>;169 }170 171 }
Note:
See TracChangeset
for help on using the changeset viewer.