Home
last modified time | relevance | path

Searched refs:getPointeeCXXRecordDecl (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DStore.cpp242 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType()
280 const CXXRecordDecl *BaseDecl = BaseType->getPointeeCXXRecordDecl(); in evalDerivedToBase()
289 if (SR->getSymbol()->getType()->getPointeeCXXRecordDecl() == BaseDecl) in evalDerivedToBase()
311 return SR->getSymbol()->getType()->getPointeeCXXRecordDecl(); in getCXXRecordType()
385 const CXXRecordDecl *SourceClass = T->getPointeeCXXRecordDecl(); in attemptDownCast()
DExprEngineCallAndReturn.cpp146 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
147 const CXXRecordDecl *ActualClass = ActualTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DParentVirtualCallCheck.cpp53 const CXXRecordDecl *RecordDeclType = TypePtr->getPointeeCXXRecordDecl(); in getParentsByGrandParent()
111 const auto *ThisType = ThisTypePtr->getPointeeCXXRecordDecl(); in check()
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProTypeStaticCastDowncastCheck.cpp32 const auto *SourceDecl = SourceType->getPointeeCXXRecordDecl(); in check()
DProTypeCstyleCastCheck.cpp53 const auto *SourceDecl = SourceType->getPointeeCXXRecordDecl(); in check()
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp228 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType()
269 const CXXRecordDecl *BaseDecl = BaseType->getPointeeCXXRecordDecl(); in evalDerivedToBase()
291 return SR->getSymbol()->getType()->getPointeeCXXRecordDecl(); in getCXXRecordType()
DExprEngineCallAndReturn.cpp145 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
146 const CXXRecordDecl *ActualClass = ActualTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeleteWithNonVirtualDtorChecker.cpp75 DerivedClassRegion->getSymbol()->getType()->getPointeeCXXRecordDecl(); in checkPreStmt()
DCastValueChecker.cpp110 : CastToTy->getPointeeCXXRecordDecl()->getNameAsString(); in getNoteTag()
167 CastToTy->getPointeeCXXRecordDecl()->getNameAsString(); in getNoteTag()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
DNoUncountedMembersChecker.cpp77 if (auto *MemberCXXRD = MemberType->getPointeeCXXRecordDecl()) { in visitRecordDecl()
DPtrTypesSemantics.cpp131 if (auto *CXXRD = T->getPointeeCXXRecordDecl()) { in isUncountedPtr()
DUncountedLocalVarsChecker.cpp65 if (auto *CXXRD = T->getPointeeCXXRecordDecl()) { in isRefcountedStringsHack()
/external/llvm-project/lldb/tools/lldb-instr/
DInstrument.cpp248 ReturnType->getPointeeCXXRecordDecl(); in VisitCXXMethodDecl()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DMakeSmartPtrCheck.cpp415 if (const CXXRecordDecl *RD = New->getType()->getPointeeCXXRecordDecl()) { in replaceNew()
/external/clang/lib/Index/
DIndexBody.cpp98 if (auto *CXXRD = BaseTy->getPointeeCXXRecordDecl()) in getRolesForRef()
/external/llvm-project/clang/lib/Index/
DIndexBody.cpp102 if (auto *CXXRD = BaseTy->getPointeeCXXRecordDecl()) in getRolesForRef()
/external/clang/lib/Sema/
DSemaCast.cpp752 const CXXRecordDecl *SrcPointeeRD = SrcType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()
762 const CXXRecordDecl *DestRD = DestType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()
/external/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp168 return isOSObjectSubclass(QT->getPointeeCXXRecordDecl()); in isOSObjectPtr()
DConsumed.cpp164 if (const CXXRecordDecl *RD = QT->getPointeeCXXRecordDecl()) in isSetOnReadPtrType()
/external/llvm-project/clang/lib/AST/
DType.cpp94 const auto *ClassDecl = getTypePtr()->getPointeeCXXRecordDecl(); in mayBeDynamicClass()
99 const auto *ClassDecl = getTypePtr()->getPointeeCXXRecordDecl(); in mayBeNotDynamicClass()
1738 const CXXRecordDecl *Type::getPointeeCXXRecordDecl() const { in getPointeeCXXRecordDecl() function in Type
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp953 const CXXRecordDecl *SrcPointeeRD = SrcType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()
963 const CXXRecordDecl *DestRD = DestType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()
DSemaInit.cpp6836 const auto *RD = FD->getParamDecl(0)->getType()->getPointeeCXXRecordDecl(); in shouldTrackFirstArgument()
8835 auto *fromDecl = fromType.getTypePtr()->getPointeeCXXRecordDecl(); in emitBadConversionNotes()
8836 auto *destDecl = destType.getTypePtr()->getPointeeCXXRecordDecl(); in emitBadConversionNotes()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.cpp851 if (Sym->getType()->getPointeeCXXRecordDecl()) in errorKindToBugKind()
/external/clang/lib/Analysis/
DConsumed.cpp162 if (const CXXRecordDecl *RD = QT->getPointeeCXXRecordDecl()) in isSetOnReadPtrType()
/external/clang/lib/AST/
DType.cpp1513 const CXXRecordDecl *Type::getPointeeCXXRecordDecl() const { in getPointeeCXXRecordDecl() function in Type

12