Home
last modified time | relevance | path

Searched refs:getTypePtrOrNull (Results 1 – 21 of 21) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp42 const Type *T = Base->getType().getTypePtrOrNull(); in hasPublicMethodInBase()
168 maybeRefToRawOperator->getConversionType().getTypePtrOrNull()) { in isGetterOfRefCounted()
H A DUncountedLambdaCapturesChecker.cpp62 if (auto *CapturedVarType = CapturedVar->getType().getTypePtrOrNull()) { in visitLambdaExpr()
H A DNoUncountedMembersChecker.cpp73 const Type *MemberType = Member->getType().getTypePtrOrNull(); in visitRecordDecl()
H A DUncountedCallArgsChecker.cpp83 const auto *ArgType = (*P)->getType().getTypePtrOrNull(); in visitCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h87 const T *getTypePtrOrNull() const { in getTypePtrOrNull() function
88 return cast_or_null<T>(Stored.getTypePtrOrNull()); in getTypePtrOrNull()
254 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
H A DType.h775 const Type *getTypePtrOrNull() const;
6836 inline const Type *QualType::getTypePtrOrNull() const {
H A DDecl.h3993 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp203 E, E->getBaseType().getTypePtrOrNull(), Info, in VisitCXXDependentScopeMemberExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp498 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); in isMoveSafeMethod()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp833 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
H A DSemaDeclAttr.cpp5301 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
5320 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
H A DTreeTransform.h11408 (D->getTypeSourceInfo() && Data[I].Type.get().getTypePtrOrNull() != in TransformOMPIteratorExpr()
11409 D->getType().getTypePtrOrNull()) || in TransformOMPIteratorExpr()
H A DSemaOpenMP.cpp7081 const Type *Ty = QTy.getTypePtrOrNull(); in ActOnOpenMPDeclareSimdDirective()
20260 const auto *Ty = Type.getTypePtrOrNull(); in CheckOpenMPLinearDecl()
20545 const Type *Ty = QType.getTypePtrOrNull(); in ActOnOpenMPAlignedClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp910 if (auto *DesugaredTypePtr = DesugaredType.getTypePtrOrNull()) { in isClassOrStructOrTagTypedefDecl()
H A DAPValue.cpp159 : Ty((const void *)ElemTy.getTypePtrOrNull()), Path(Path) {} in LValuePathSerializationHelper()
H A DASTContext.cpp13247 .getTypePtrOrNull(); in getCommonSugaredType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h240 if (qt.getTypePtrOrNull() == nullptr) in GetType()
H A DTypeSystemClang.cpp2796 qual_type.getTypePtrOrNull())) { in IsAnonymousType()
3522 qual_type->getPointeeType().getTypePtrOrNull()) { in IsPossibleDynamicType()
8386 const clang::Type *clang_type = qt.getTypePtrOrNull(); in GetEnumerationIntegerType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h552 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp562 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()
571 ID->TypeForDecl = Reader.GetType(DeferredTypeID).getTypePtrOrNull(); in Visit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2197 const Type* BaseType = Base->getType().getTypePtrOrNull(); in ParsePostfixExpressionSuffix()