Home
last modified time | relevance | path

Searched defs:CaughtType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp136 auto CaughtType = CatchStmt->getCaughtType(); in diagnoseCatchLocations() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExceptionAnalyzer.cpp517 const auto *CaughtType = throwsException() local
/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp651 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType( EnterCXXTryStmt() local
H A DItaniumCXXABI.cpp4591 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); InitCatchParam() local