/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | Store.cpp | 242 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()
|
D | ExprEngineCallAndReturn.cpp | 146 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); in adjustReturnValue() 147 const CXXRecordDecl *ActualClass = ActualTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | ParentVirtualCallCheck.cpp | 53 const CXXRecordDecl *RecordDeclType = TypePtr->getPointeeCXXRecordDecl(); in getParentsByGrandParent() 111 const auto *ThisType = ThisTypePtr->getPointeeCXXRecordDecl(); in check()
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | ProTypeStaticCastDowncastCheck.cpp | 32 const auto *SourceDecl = SourceType->getPointeeCXXRecordDecl(); in check()
|
D | ProTypeCstyleCastCheck.cpp | 53 const auto *SourceDecl = SourceType->getPointeeCXXRecordDecl(); in check()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Store.cpp | 228 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() 269 const CXXRecordDecl *BaseDecl = BaseType->getPointeeCXXRecordDecl(); in evalDerivedToBase() 291 return SR->getSymbol()->getType()->getPointeeCXXRecordDecl(); in getCXXRecordType()
|
D | ExprEngineCallAndReturn.cpp | 145 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); in adjustReturnValue() 146 const CXXRecordDecl *ActualClass = ActualTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | DeleteWithNonVirtualDtorChecker.cpp | 75 DerivedClassRegion->getSymbol()->getType()->getPointeeCXXRecordDecl(); in checkPreStmt()
|
D | CastValueChecker.cpp | 110 : CastToTy->getPointeeCXXRecordDecl()->getNameAsString(); in getNoteTag() 167 CastToTy->getPointeeCXXRecordDecl()->getNameAsString(); in getNoteTag()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
D | NoUncountedMembersChecker.cpp | 77 if (auto *MemberCXXRD = MemberType->getPointeeCXXRecordDecl()) { in visitRecordDecl()
|
D | PtrTypesSemantics.cpp | 131 if (auto *CXXRD = T->getPointeeCXXRecordDecl()) { in isUncountedPtr()
|
D | UncountedLocalVarsChecker.cpp | 65 if (auto *CXXRD = T->getPointeeCXXRecordDecl()) { in isRefcountedStringsHack()
|
/external/llvm-project/lldb/tools/lldb-instr/ |
D | Instrument.cpp | 248 ReturnType->getPointeeCXXRecordDecl(); in VisitCXXMethodDecl()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | MakeSmartPtrCheck.cpp | 415 if (const CXXRecordDecl *RD = New->getType()->getPointeeCXXRecordDecl()) { in replaceNew()
|
/external/clang/lib/Index/ |
D | IndexBody.cpp | 98 if (auto *CXXRD = BaseTy->getPointeeCXXRecordDecl()) in getRolesForRef()
|
/external/llvm-project/clang/lib/Index/ |
D | IndexBody.cpp | 102 if (auto *CXXRD = BaseTy->getPointeeCXXRecordDecl()) in getRolesForRef()
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 752 const CXXRecordDecl *SrcPointeeRD = SrcType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast() 762 const CXXRecordDecl *DestRD = DestType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()
|
/external/llvm-project/clang/lib/Analysis/ |
D | RetainSummaryManager.cpp | 168 return isOSObjectSubclass(QT->getPointeeCXXRecordDecl()); in isOSObjectPtr()
|
D | Consumed.cpp | 164 if (const CXXRecordDecl *RD = QT->getPointeeCXXRecordDecl()) in isSetOnReadPtrType()
|
/external/llvm-project/clang/lib/AST/ |
D | Type.cpp | 94 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/ |
D | SemaCast.cpp | 953 const CXXRecordDecl *SrcPointeeRD = SrcType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast() 963 const CXXRecordDecl *DestRD = DestType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()
|
D | SemaInit.cpp | 6836 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/ |
D | RetainCountChecker.cpp | 851 if (Sym->getType()->getPointeeCXXRecordDecl()) in errorKindToBugKind()
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 162 if (const CXXRecordDecl *RD = QT->getPointeeCXXRecordDecl()) in isSetOnReadPtrType()
|
/external/clang/lib/AST/ |
D | Type.cpp | 1513 const CXXRecordDecl *Type::getPointeeCXXRecordDecl() const { in getPointeeCXXRecordDecl() function in Type
|