Ejemplo n.º 1
0
 public static bool Parse(TranslationUnit tu, IObserver o, IntPtr session)
 {
     Indexer i = new Indexer(tu);
     return i.Parse(o, session) != 0;
 }
Ejemplo n.º 2
0
        public void EntityDeclaration(Indexer indexer, DeclInfo decl)
        {

        }
Ejemplo n.º 3
0
        public void EntityReference(Indexer indexer, EntityReference reference)
        {

        }
Ejemplo n.º 4
0
 public bool Abort(Indexer indexer)
 {
     return false;
 }