Searched refs:getTypePtrOrNull (Results 1 – 23 of 23) sorted by relevance
52 const Type *T = Base->getType().getTypePtrOrNull(); in isRefCountable()159 maybeRefToRawOperator->getConversionType().getTypePtrOrNull()) { in isGetterOfRefCounted()
61 if (auto *CapturedVarType = CapturedVar->getType().getTypePtrOrNull()) { in visitLambdaExpr()
73 const Type *MemberType = Member->getType().getTypePtrOrNull(); in visitRecordDecl()
84 const auto *ArgType = (*P)->getType().getTypePtrOrNull(); in visitCallExpr()
87 const T *getTypePtrOrNull() const { in getTypePtrOrNull() function88 return cast_or_null<T>(Stored.getTypePtrOrNull()); in getTypePtrOrNull()254 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
704 const Type *getTypePtrOrNull() const;6431 inline const Type *QualType::getTypePtrOrNull() const {
3742 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType()
188 E, E->getBaseType().getTypePtrOrNull(), Info, in VisitCXXDependentScopeMemberExpr()
497 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); in isMoveSafeMethod()
815 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
619 dyn_cast_or_null<RecordType>(BS.getType().getTypePtrOrNull())) { in ValidateCandidate()
4748 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()4765 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
6430 const Type *Ty = QTy.getTypePtrOrNull(); in ActOnOpenMPDeclareSimdDirective()17549 const auto *Ty = Type.getTypePtrOrNull(); in CheckOpenMPLinearDecl()17829 const Type *Ty = QType.getTypePtrOrNull(); in ActOnOpenMPAlignedClause()
10762 (D->getTypeSourceInfo() && Data[I].Type.get().getTypePtrOrNull() != in TransformOMPIteratorExpr()10763 D->getType().getTypePtrOrNull()) || in TransformOMPIteratorExpr()
976 if (auto *DesugaredTypePtr = DesugaredType.getTypePtrOrNull()) { in isClassOrStructOrTagTypedefDecl()
159 : ElemTy((const void *)ElemTy.getTypePtrOrNull()), Path(Path) {} in LValuePathSerializationHelper()
236 if (qt.getTypePtrOrNull() == nullptr) in GetType()
2812 qual_type.getTypePtrOrNull())) { in IsAnonymousType()3534 qual_type->getPointeeType().getTypePtrOrNull()) { in IsPossibleDynamicType()8333 const clang::Type *clang_type = qt.getTypePtrOrNull(); in GetEnumerationIntegerType()
544 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
961 const Type *GT = GQT.getTypePtrOrNull(); in getVarRegion()
1030 EffectiveType = S->getDeducedType().getTypePtrOrNull();
542 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()551 ID->TypeForDecl = Reader.GetType(DeferredTypeID).getTypePtrOrNull(); in Visit()
2097 const Type* BaseType = Base->getType().getTypePtrOrNull(); in ParsePostfixExpressionSuffix()