forked from OSchip/llvm-project
parent
3b4fdda3d8
commit
bd78161d95
|
@ -43,6 +43,7 @@ public:
|
||||||
// Types - Though these don't actually enforce strong typing, they document
|
// Types - Though these don't actually enforce strong typing, they document
|
||||||
// what types are required to be identical for the actions.
|
// what types are required to be identical for the actions.
|
||||||
typedef void ExprTy;
|
typedef void ExprTy;
|
||||||
|
typedef void DeclTy;
|
||||||
|
|
||||||
//===--------------------------------------------------------------------===//
|
//===--------------------------------------------------------------------===//
|
||||||
// Symbol table tracking callbacks.
|
// Symbol table tracking callbacks.
|
||||||
|
|
Loading…
Reference in New Issue