Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
DPtrTypesSemantics.cpp52 const Type *T = Base->getType().getTypePtrOrNull(); in isRefCountable()
159 maybeRefToRawOperator->getConversionType().getTypePtrOrNull()) { in isGetterOfRefCounted()
DUncountedLambdaCapturesChecker.cpp61 if (auto *CapturedVarType = CapturedVar->getType().getTypePtrOrNull()) { in visitLambdaExpr()
DNoUncountedMembersChecker.cpp73 const Type *MemberType = Member->getType().getTypePtrOrNull(); in visitRecordDecl()
DUncountedCallArgsChecker.cpp84 const auto *ArgType = (*P)->getType().getTypePtrOrNull(); in visitCallExpr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
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(); }
DType.h704 const Type *getTypePtrOrNull() const;
6431 inline const Type *QualType::getTypePtrOrNull() const {
DDecl.h3742 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexBody.cpp188 E, E->getBaseType().getTypePtrOrNull(), Info, in VisitCXXDependentScopeMemberExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMoveChecker.cpp497 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); in isMoveSafeMethod()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp815 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
DSemaExprMember.cpp619 dyn_cast_or_null<RecordType>(BS.getType().getTypePtrOrNull())) { in ValidateCandidate()
DSemaDeclAttr.cpp4748 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
4765 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
DSemaOpenMP.cpp6430 const Type *Ty = QTy.getTypePtrOrNull(); in ActOnOpenMPDeclareSimdDirective()
17549 const auto *Ty = Type.getTypePtrOrNull(); in CheckOpenMPLinearDecl()
17829 const Type *Ty = QType.getTypePtrOrNull(); in ActOnOpenMPAlignedClause()
DTreeTransform.h10762 (D->getTypeSourceInfo() && Data[I].Type.get().getTypePtrOrNull() != in TransformOMPIteratorExpr()
10763 D->getType().getTypePtrOrNull()) || in TransformOMPIteratorExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DCommentSema.cpp976 if (auto *DesugaredTypePtr = DesugaredType.getTypePtrOrNull()) { in isClassOrStructOrTagTypedefDecl()
DAPValue.cpp159 : ElemTy((const void *)ElemTy.getTypePtrOrNull()), Path(Path) {} in LValuePathSerializationHelper()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h236 if (qt.getTypePtrOrNull() == nullptr) in GetType()
DTypeSystemClang.cpp2812 qual_type.getTypePtrOrNull())) { in IsAnonymousType()
3534 qual_type->getPointeeType().getTypePtrOrNull()) { in IsPossibleDynamicType()
8333 const clang::Type *clang_type = qt.getTypePtrOrNull(); in GetEnumerationIntegerType()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h544 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp961 const Type *GT = GQT.getTypePtrOrNull(); in getVarRegion()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h1030 EffectiveType = S->getDeducedType().getTypePtrOrNull();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp542 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()
551 ID->TypeForDecl = Reader.GetType(DeferredTypeID).getTypePtrOrNull(); in Visit()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseExpr.cpp2097 const Type* BaseType = Base->getType().getTypePtrOrNull(); in ParsePostfixExpressionSuffix()