Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4371 class CatchHandlerType { global() class
4379 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} CatchHandlerType() function in __anona8c5d3ef1511::CatchHandlerType
4385 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { CatchHandlerType() function in __anona8c5d3ef1511::CatchHandlerType
4397 CatchHandlerType(QualType QT, bool IsPointer) CatchHandlerType() function in __anona8c5d3ef1511::CatchHandlerType
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp177 getAddrOfCXXCatchHandlerType(QualType Ty,QualType CatchHandlerType) getAddrOfCXXCatchHandlerType() argument
H A DMicrosoftCXXABI.cpp3952 getAddrOfCXXCatchHandlerType(QualType Type,QualType CatchHandlerType) getAddrOfCXXCatchHandlerType() argument