Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4074 class CatchHandlerType { global() class
4083 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} CatchHandlerType() function in __anon86ccc4101511::CatchHandlerType
4089 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { CatchHandlerType() function in __anon86ccc4101511::CatchHandlerType
4101 CatchHandlerType(QualType QT, bool IsPointer) CatchHandlerType() function in __anon86ccc4101511::CatchHandlerType
[all...]
/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp178 getAddrOfCXXCatchHandlerType(QualType Ty,QualType CatchHandlerType) getAddrOfCXXCatchHandlerType() argument
H A DMicrosoftCXXABI.cpp3965 getAddrOfCXXCatchHandlerType(QualType Type,QualType CatchHandlerType) getAddrOfCXXCatchHandlerType() argument