ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fake_EDG.h
Go to the documentation of this file.
1 // Stubs for EDG functions when neither the code nor the library is available. __THIS_HEADER_IS_USED__
4 
5 #ifndef RSIM_MultiWithConversion_H
6 #define RSIM_MultiWithConversion_H /* used by MultiWithConversion.C */
7 
8 #if 0 // used to fool scripts/policies/UnusedHeaders
9 #include "fake_EDG.h"
10 #endif
11 
12 int edg_main(int,char * * const,class SgSourceFile &) { return 0; }
14 
15 std::set<SgVariableDeclaration*> nodesAddedWithinFieldUseSet;
16 
17 void FixupTypeReferencesOnMemoryPool::visit ( SgNode* node ) {}
18 
19 #endif