Home
last modified time | relevance | path

Searched refs:CaughtType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExceptionAnalyzer.cpp171 const auto *CaughtType = in throwsException() local
173 if (CaughtType->isReferenceType()) { in throwsException()
174 CaughtType = CaughtType->castAs<ReferenceType>() in throwsException()
183 if (Uncaught.filterByCatch(CaughtType)) { in throwsException()
185 CaughtExceptions.insert(CaughtType); in throwsException()
/external/clang/lib/CodeGen/
DCGException.cpp558 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType( in EnterCXXTryStmt() local
562 if (CaughtType->isObjCObjectPointerType()) in EnterCXXTryStmt()
563 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()
566 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
DItaniumCXXABI.cpp3614 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local
3615 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam()
3623 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { in InitCatchParam()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp600 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType( in EnterCXXTryStmt() local
604 if (CaughtType->isObjCObjectPointerType()) in EnterCXXTryStmt()
605 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()
608 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
DItaniumCXXABI.cpp4343 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local
4344 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam()
4352 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { in InitCatchParam()
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...