#include "comma/ast/Type.h"#include "comma/ast/Decl.h"#include "comma/ast/AstRewriter.h"

Go to the source code of this file.
Namespaces | |
| namespace | comma |
Functions | |
| bool | comma::compareTypesUsingRewrites (const AstRewriter &rewrites, SignatureType *typeX, SignatureType *typeY) |
| bool | comma::compareTypesUsingRewrites (const AstRewriter &rewrites, DomainType *typeX, DomainType *typeY) |
| bool | comma::compareTypesUsingRewrites (const AstRewriter &rewrites, FunctionType *typeX, FunctionType *typeY) |
1.5.7.1