Searched refs:LVType (Results 1 – 2 of 2) sorted by relevance
114 } LVType; variable191 bool isSimple() const { return LVType == Simple; } in isSimple()192 bool isVectorElt() const { return LVType == VectorElt; } in isVectorElt()193 bool isBitField() const { return LVType == BitField; } in isBitField()194 bool isExtVectorElt() const { return LVType == ExtVectorElt; } in isExtVectorElt()296 R.LVType = Simple;305 R.LVType = VectorElt; in MakeVectorElt()315 R.LVType = ExtVectorElt; in MakeExtVectorElt()332 R.LVType = BitField; in MakeBitfield()
2931 QualType LVType, in HandleMemberPointerAccess() argument2978 if (const PointerType *PT = LVType->getAs<PointerType>()) in HandleMemberPointerAccess()2979 LVType = PT->getPointeeType(); in HandleMemberPointerAccess()2980 const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl(); in HandleMemberPointerAccess()