Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp618 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType( in EnterCXXTryStmt() local
919 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3313 const QualType CaughtType = Handler->getCaughtType(); in ActOnCXXTryBlock() local