Lines Matching refs:QTy
12864 QualType QTy = Var->getType(); in tryCaptureVariable() local
12866 QTy = PVD->getOriginalType(); in tryCaptureVariable()
12868 const Type *Ty = QTy.getTypePtr(); in tryCaptureVariable()
12876 QTy = QualType(); in tryCaptureVariable()
12892 QTy = cast<AdjustedType>(Ty)->getOriginalType(); in tryCaptureVariable()
12895 QTy = cast<DecayedType>(Ty)->getPointeeType(); in tryCaptureVariable()
12898 QTy = cast<PointerType>(Ty)->getPointeeType(); in tryCaptureVariable()
12901 QTy = cast<BlockPointerType>(Ty)->getPointeeType(); in tryCaptureVariable()
12905 QTy = cast<ReferenceType>(Ty)->getPointeeType(); in tryCaptureVariable()
12908 QTy = cast<MemberPointerType>(Ty)->getPointeeType(); in tryCaptureVariable()
12913 QTy = cast<ArrayType>(Ty)->getElementType(); in tryCaptureVariable()
12947 QTy = VAT->getElementType(); in tryCaptureVariable()
12952 QTy = cast<FunctionType>(Ty)->getReturnType(); in tryCaptureVariable()
12961 QTy = QTy.getSingleStepDesugaredType(getASTContext()); in tryCaptureVariable()
12964 QTy = cast<TypedefType>(Ty)->desugar(); in tryCaptureVariable()
12967 QTy = cast<DecltypeType>(Ty)->desugar(); in tryCaptureVariable()
12970 QTy = cast<AutoType>(Ty)->getDeducedType(); in tryCaptureVariable()
12973 QTy = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in tryCaptureVariable()
12976 QTy = cast<AtomicType>(Ty)->getValueType(); in tryCaptureVariable()
12979 } while (!QTy.isNull() && QTy->isVariablyModifiedType()); in tryCaptureVariable()