Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp3537 class CatchHandlerType { class
3545 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anon27b5dcff0811::CatchHandlerType
3551 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anon27b5dcff0811::CatchHandlerType
3563 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon27b5dcff0811::CatchHandlerType
3615 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &T, bool C) in CatchTypePublicBases()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp4036 class CatchHandlerType { class
4044 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anoned21bd8d0c11::CatchHandlerType
4050 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anoned21bd8d0c11::CatchHandlerType
4062 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anoned21bd8d0c11::CatchHandlerType
4114 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &T, bool C) in CatchTypePublicBases()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp176 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType()
DMicrosoftCXXABI.cpp3677 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()
/external/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp175 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType()
DMicrosoftCXXABI.cpp3841 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()