Searched refs:LVType (Results 1 – 2 of 2) sorted by relevance
115 } LVType; variable192 bool isSimple() const { return LVType == Simple; } in isSimple()193 bool isVectorElt() const { return LVType == VectorElt; } in isVectorElt()194 bool isBitField() const { return LVType == BitField; } in isBitField()195 bool isExtVectorElt() const { return LVType == ExtVectorElt; } in isExtVectorElt()196 bool isGlobalReg() const { return LVType == GlobalReg; } in isGlobalReg()301 R.LVType = Simple;310 R.LVType = VectorElt; in MakeVectorElt()320 R.LVType = ExtVectorElt; in MakeExtVectorElt()337 R.LVType = BitField; in MakeBitfield()[all …]
2975 QualType LVType, in HandleMemberPointerAccess() argument3022 if (const PointerType *PT = LVType->getAs<PointerType>()) in HandleMemberPointerAccess()3023 LVType = PT->getPointeeType(); in HandleMemberPointerAccess()3024 const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl(); in HandleMemberPointerAccess()