/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLambdaCapturesChecker.cpp | 62 if (auto *CapturedVarType = CapturedVar->getType().getTypePtrOrNull()) { in visitLambdaExpr()
|
H A D | NoUncountedMembersChecker.cpp | 73 const Type *MemberType = Member->getType().getTypePtrOrNull(); in visitRecordDecl()
|
H A D | PtrTypesSemantics.cpp | 43 const Type *T = Base->getType().getTypePtrOrNull(); in hasPublicMethodInBase() 192 maybeRefToRawOperator->getConversionType().getTypePtrOrNull()) { in isGetterOfRefCounted()
|
H A D | UncountedCallArgsChecker.cpp | 106 const auto *ArgType = (*P)->getType().getTypePtrOrNull(); in visitCallExpr()
|
H A D | RefCntblBaseVirtualDtorChecker.cpp | 262 auto *T = Base->getType().getTypePtrOrNull(); in visitCXXRecordDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CanonicalType.h | 87 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 D | Type.h | 979 const Type *getTypePtrOrNull() const; 7750 inline const Type *QualType::getTypePtrOrNull() const {
|
H A D | Decl.h | 4009 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 203 E, E->getBaseType().getTypePtrOrNull(), Info, in VisitCXXDependentScopeMemberExpr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MoveChecker.cpp | 498 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); in isMoveSafeMethod()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 833 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
|
H A D | SemaARM.cpp | 550 if (const Type *Ty = FD->getType().getTypePtrOrNull()) { in getArmStreamingFnType()
|
H A D | SemaDeclAttr.cpp | 4812 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr() 4831 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in handleLifetimeCategoryAttr()
|
H A D | SemaOpenMP.cpp | 6863 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 D | TreeTransform.h | 12260 (D->getTypeSourceInfo() && Data[I].Type.get().getTypePtrOrNull() != in TransformOMPIteratorExpr() 12261 D->getType().getTypePtrOrNull()) || in TransformOMPIteratorExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 159 : Ty((const void *)ElemTy.getTypePtrOrNull()), Path(Path) {} in LValuePathSerializationHelper()
|
H A D | Decl.cpp | 5758 if (const Type *Ty = FD->getType().getTypePtrOrNull()) in IsArmStreamingFunction()
|
H A D | ASTContext.cpp | 13787 .getTypePtrOrNull(); in getCommonSugaredType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 243 if (qt.getTypePtrOrNull() == nullptr) in GetType()
|
H A D | TypeSystemClang.cpp | 2804 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 D | MemRegion.h | 557 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 556 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 D | ParseExpr.cpp | 2271 const Type* BaseType = Base->getType().getTypePtrOrNull(); in ParsePostfixExpressionSuffix()
|