Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4074 class CatchHandlerType { class
4083 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anon4f6f6e9d1511::CatchHandlerType
4089 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anon4f6f6e9d1511::CatchHandlerType
4101 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon4f6f6e9d1511::CatchHandlerType
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3965 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()
H A DItaniumCXXABI.cpp178 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType()