Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4371 class CatchHandlerType { class
4379 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anonf018d3d31511::CatchHandlerType
4385 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anonf018d3d31511::CatchHandlerType
4397 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anonf018d3d31511::CatchHandlerType
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp177 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType()
H A DMicrosoftCXXABI.cpp3952 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()