Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4324 class CatchHandlerType { class
4332 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anon895218281311::CatchHandlerType
4338 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anon895218281311::CatchHandlerType
4350 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon895218281311::CatchHandlerType
4402 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &T, bool C) in CatchTypePublicBases()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp175 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType()
H A DMicrosoftCXXABI.cpp3857 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()