Searched refs:getTypePtrOrNull (Results 1 – 21 of 21) sorted by relevance
42 const Type *T = Base->getType().getTypePtrOrNull(); in hasPublicMethodInBase()168 maybeRefToRawOperator->getConversionType().getTypePtrOrNull()) { in isGetterOfRefCounted()
62 if (auto *CapturedVarType = CapturedVar->getType().getTypePtrOrNull()) { in visitLambdaExpr()
73 const Type *MemberType = Member->getType().getTypePtrOrNull(); in visitRecordDecl()
83 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(); }
775 const Type *getTypePtrOrNull() const;6836 inline const Type *QualType::getTypePtrOrNull() const {
3993 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType()
203 E, E->getBaseType().getTypePtrOrNull(), Info, in VisitCXXDependentScopeMemberExpr()
498 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); in isMoveSafeMethod()
833 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
5301 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()5320 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
11408 (D->getTypeSourceInfo() && Data[I].Type.get().getTypePtrOrNull() != in TransformOMPIteratorExpr()11409 D->getType().getTypePtrOrNull()) || in TransformOMPIteratorExpr()
7081 const Type *Ty = QTy.getTypePtrOrNull(); in ActOnOpenMPDeclareSimdDirective()20260 const auto *Ty = Type.getTypePtrOrNull(); in CheckOpenMPLinearDecl()20545 const Type *Ty = QType.getTypePtrOrNull(); in ActOnOpenMPAlignedClause()
910 if (auto *DesugaredTypePtr = DesugaredType.getTypePtrOrNull()) { in isClassOrStructOrTagTypedefDecl()
159 : Ty((const void *)ElemTy.getTypePtrOrNull()), Path(Path) {} in LValuePathSerializationHelper()
13247 .getTypePtrOrNull(); in getCommonSugaredType()
240 if (qt.getTypePtrOrNull() == nullptr) in GetType()
2796 qual_type.getTypePtrOrNull())) { in IsAnonymousType()3522 qual_type->getPointeeType().getTypePtrOrNull()) { in IsPossibleDynamicType()8386 const clang::Type *clang_type = qt.getTypePtrOrNull(); in GetEnumerationIntegerType()
552 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
562 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()571 ID->TypeForDecl = Reader.GetType(DeferredTypeID).getTypePtrOrNull(); in Visit()
2197 const Type* BaseType = Base->getType().getTypePtrOrNull(); in ParsePostfixExpressionSuffix()