reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
162 bool isCatchAll() const { return Type.RTTI == nullptr; } 198 getHandlers()[I].Type = CatchTypeInfo{Type, 0}; 204 getHandlers()[I].Type = Type;tools/clang/lib/CodeGen/CGException.cpp
835 assert(handler.Type.Flags == 0 && 839 if (!handler.Type.RTTI) { 846 if (catchTypes.insert(handler.Type.RTTI).second) 848 LPadInst->addClause(handler.Type.RTTI); 917 CatchTypeInfo TypeInfo = Handler.Type; 967 CatchTypeInfo TypeInfo = Handler.Type; 999 CatchTypeInfo TypeInfo = Handler.Type; 1080 llvm::Value *typeValue = handler.Type.RTTI; 1081 assert(handler.Type.Flags == 0 &&