Searched refs:LVType (Results 1 – 2 of 2) sorted by relevance
159 } LVType; variable246 bool isSimple() const { return LVType == Simple; } in isSimple()247 bool isVectorElt() const { return LVType == VectorElt; } in isVectorElt()248 bool isBitField() const { return LVType == BitField; } in isBitField()249 bool isExtVectorElt() const { return LVType == ExtVectorElt; } in isExtVectorElt()250 bool isGlobalReg() const { return LVType == GlobalReg; } in isGlobalReg()379 R.LVType = Simple;389 R.LVType = VectorElt; in MakeVectorElt()400 R.LVType = ExtVectorElt; in MakeExtVectorElt()419 R.LVType = BitField; in MakeBitfield()[all …]
3146 QualType LVType, in HandleMemberPointerAccess() argument3193 if (const PointerType *PT = LVType->getAs<PointerType>()) in HandleMemberPointerAccess()3194 LVType = PT->getPointeeType(); in HandleMemberPointerAccess()3195 const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl(); in HandleMemberPointerAccess()