Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp3907 class CatchHandlerType { class
3915 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anon4bf2252c0c11::CatchHandlerType
3921 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anon4bf2252c0c11::CatchHandlerType
3933 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon4bf2252c0c11::CatchHandlerType
3985 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &T, bool C) in CatchTypePublicBases()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp189 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType()
H A DMicrosoftCXXABI.cpp3746 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()