Home
last modified time | relevance | path

Searched refs:LVType (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGValue.h114 } LVType; variable
191 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()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExprConstant.cpp2931 QualType LVType, in HandleMemberPointerAccess() argument
2978 if (const PointerType *PT = LVType->getAs<PointerType>()) in HandleMemberPointerAccess()
2979 LVType = PT->getPointeeType(); in HandleMemberPointerAccess()
2980 const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl(); in HandleMemberPointerAccess()