Home | History | Annotate | Download | only in AST

Lines Matching defs:MapTy

22 typedef llvm::DenseMap<Stmt*, Stmt*> MapTy;
29 static void BuildParentMap(MapTy& M, Stmt* S,
97 MapTy *M = new MapTy();
104 delete (MapTy*) Impl;
109 BuildParentMap(*(MapTy*) Impl, S);
116 MapTy *M = reinterpret_cast<MapTy *>(Impl);
121 MapTy* M = (MapTy*) Impl;
122 MapTy::iterator I = M->find(S);