Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4336 class CatchHandlerType { class
4344 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anonceb37bf41511::CatchHandlerType
4350 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anonceb37bf41511::CatchHandlerType
4362 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anonceb37bf41511::CatchHandlerType
4414 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &T, bool C) in CatchTypePublicBases()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp175 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType()
H A DMicrosoftCXXABI.cpp3963 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()