| /freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 43 const Type *T = Base->getType().getTypePtrOrNull(); in hasPublicMethodInBase() 192 maybeRefToRawOperator->getConversionType().getTypePtrOrNull()) { in isPtrConversion()
|
| 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 | UncountedCallArgsChecker.cpp | 106 const auto *ArgType = (*P)->getType().getTypePtrOrNull(); in visitCallExpr()
|
| /freebsd-src/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 | 976 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull(). 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(); }
|
| /freebsd-src/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 203 E, E->getBaseType().getTypePtrOrNull(), Info, in VisitCXXDependentScopeMemberExpr()
|
| /freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 498 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); in isMoveSafeMethod()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 833 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
|
| H A D | SemaDeclAttr.cpp | 4812 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in AddModeAttr() 4831 if (ExistingDerefType != ParmType.getTypePtrOrNull()) { in AddModeAttr()
|
| H A D | TreeTransform.h | 12260 (D->getTypeSourceInfo() && Data[I].Type.get().getTypePtrOrNull() != 12261 D->getType().getTypePtrOrNull()) ||
|
| H A D | SemaOpenMP.cpp | 6863 const Type *Ty = QTy.getTypePtrOrNull(); in ActOnOpenMPExecutableDirective() 19065 const auto *Ty = Type.getTypePtrOrNull(); in argumentDependentLookup() 19352 const Type *Ty = QType.getTypePtrOrNull(); in checkOMPArraySectionConstantForReduction()
|
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentSema.cpp | 910 if (auto *DesugaredTypePtr = DesugaredType.getTypePtrOrNull()) { in isClassOrStructOrTagTypedefDecl()
|
| H A D | APValue.cpp | 159 : Ty((const void *)ElemTy.getTypePtrOrNull()), Path(Path) {} in LValuePathSerializationHelper()
|
| H A D | ASTContext.cpp | 13787 .getTypePtrOrNull();
|
| /freebsd-src/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 DumpTypeValue()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | MemRegion.h | 557 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in classof()
|
| /freebsd-src/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-src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 2271 const Type* BaseType = Base->getType().getTypePtrOrNull(); in ParsePostfixExpressionSuffix()
|