Searched refs:getCaughtType (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h51 QualType getCaughtType() const;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp619 QualType CXXCatchStmt::getCaughtType() const { function in class:CXXCatchStmt
H A DStmtProfile.cpp188 VisitType(S->getCaughtType());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp3094 const QualType CaughtType = Handler->getCaughtType();
3110 << curr.getCatchStmt()->getCaughtType().getAsString();
3113 << prev.getCatchStmt()->getCaughtType().getAsString();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp600 QualType CaughtType = C->getCaughtType();

Completed in 185 milliseconds