Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4272 class CatchHandlerType { class
4280 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anon5649fb511511::CatchHandlerType
4286 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anon5649fb511511::CatchHandlerType
4298 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon5649fb511511::CatchHandlerType
4350 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &T, bool C) in CatchTypePublicBases()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp175 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType()
H A DMicrosoftCXXABI.cpp3857 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()