Home | History | Annotate | Download | only in Sema

Lines Matching defs:MappedType

1333   typedef llvm::PointerIntPair<UsesVec *, 1, bool> MappedType;
1337 typedef llvm::MapVector<const VarDecl *, MappedType> UsesMap;
1346 MappedType &getUses(const VarDecl *vd) {
1350 MappedType &V = (*uses)[vd];
1372 const MappedType &V = P.second;