Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
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 DPtrTypesSemantics.cpp43 const Type *T = Base->getType().getTypePtrOrNull(); in hasPublicMethodInBase()
192 maybeRefToRawOperator->getConversionType().getTypePtrOrNull()) { in isGetterOfRefCounted()
H A DUncountedCallArgsChecker.cpp106 const auto *ArgType = (*P)->getType().getTypePtrOrNull(); in visitCallExpr()
H A DRefCntblBaseVirtualDtorChecker.cpp262 auto *T = Base->getType().getTypePtrOrNull(); in visitCXXRecordDecl()
/freebsd/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.h979 const Type *getTypePtrOrNull() const;
7750 inline const Type *QualType::getTypePtrOrNull() const {
H A DDecl.h4009 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp203 E, E->getBaseType().getTypePtrOrNull(), Info, in VisitCXXDependentScopeMemberExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp498 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); in isMoveSafeMethod()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp833 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
H A DSemaARM.cpp550 if (const Type *Ty = FD->getType().getTypePtrOrNull()) { in getArmStreamingFnType()
H A DSemaDeclAttr.cpp4812 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
4831 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
H A DSemaOpenMP.cpp6863 const Type *Ty = QTy.getTypePtrOrNull(); in ActOnOpenMPDeclareSimdDirective()
19065 const auto *Ty = Type.getTypePtrOrNull(); in CheckOpenMPLinearDecl()
19352 const Type *Ty = QType.getTypePtrOrNull(); in ActOnOpenMPAlignedClause()
H A DTreeTransform.h12260 (D->getTypeSourceInfo() && Data[I].Type.get().getTypePtrOrNull() != in TransformOMPIteratorExpr()
12261 D->getType().getTypePtrOrNull()) || in TransformOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp159 : Ty((const void *)ElemTy.getTypePtrOrNull()), Path(Path) {} in LValuePathSerializationHelper()
H A DDecl.cpp5758 if (const Type *Ty = FD->getType().getTypePtrOrNull()) in IsArmStreamingFunction()
H A DASTContext.cpp13787 .getTypePtrOrNull(); in getCommonSugaredType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h243 if (qt.getTypePtrOrNull() == nullptr) in GetType()
H A DTypeSystemClang.cpp2804 qual_type.getTypePtrOrNull())) { in IsAnonymousType()
3559 qual_type->getPointeeType().getTypePtrOrNull()) { in IsPossibleDynamicType()
8551 const clang::Type *clang_type = qt.getTypePtrOrNull(); in GetEnumerationIntegerType()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h557 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp556 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()
565 ID->TypeForDecl = Reader.GetType(DeferredTypeID).getTypePtrOrNull(); in Visit()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2271 const Type* BaseType = Base->getType().getTypePtrOrNull(); in ParsePostfixExpressionSuffix()