Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp3413 class CatchHandlerType { class
3421 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in CatchHandlerType
3427 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in CatchHandlerType
3439 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in CatchHandlerType
3495 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &T, bool C) in CatchTypePublicBases()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3644 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()
DItaniumCXXABI.cpp131 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType()
DMicrosoftCXXABI.cpp3202 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()