HomeSort by: relevance | last modified time | path
    Searched refs:CatchHandlerType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 4324 class CatchHandlerType {
4330 friend struct llvm::DenseMapInfo<CatchHandlerType>;
4332 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {}
4335 /// Used when creating a CatchHandlerType from a handler type; will determine
4338 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) {
4347 /// Used when creating a CatchHandlerType from a base class type; pretends the
4350 CatchHandlerType(QualType QT, bool IsPointer)
4356 friend bool operator==(const CatchHandlerType &LHS,
4357 const CatchHandlerType &RHS) {
4368 template <> struct DenseMapInfo<CatchHandlerType> {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.h 252 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
MicrosoftCXXABI.cpp 130 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;
3857 QualType CatchHandlerType) {
3865 bool IsReference = CatchHandlerType->isReferenceType();
ItaniumCXXABI.cpp 175 QualType CatchHandlerType) override {

Completed in 29 milliseconds