Home | History | Annotate | Download | only in PathSensitive

Lines Matching defs:ElementType

1069   QualType ElementType;
1072 ElementRegion(QualType elementType, NonLoc Idx, const SubRegion *sReg)
1074 ElementType(elementType), Index(Idx) {
1080 static void ProfileRegion(llvm::FoldingSetNodeID& ID, QualType elementType,
1088 return ElementType;
1092 return ElementType;
1279 const ElementRegion *getElementRegion(QualType elementType, NonLoc Idx,