Searched refs:ProtoType (Results 1 – 4 of 4) sorted by relevance
58 ProtoType = Ty; in Initialize()71 assert(ProtoType && "Need to initialize SSAUpdater"); in AddAvailableValue()72 assert(ProtoType == V->getType() && in AddAvailableValue()141 return PoisonValue::get(ProtoType); in GetValueInMiddleOfBlock()160 PHINode::Create(ProtoType, PredValues.size(), ProtoName); in GetValueInMiddleOfBlock()313 return PoisonValue::get(Updater->ProtoType); in GetPoisonVal()321 PHINode::Create(Updater->ProtoType, NumPreds, Updater->ProtoName); in CreateEmptyPHI()
49 Type *ProtoType = nullptr; variable
978 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewAllocatorCall() local979 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()1049 if (const auto *ProtoType = FD->getType()->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local1050 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
2130 ObjCProtocolDecl *ProtoType = Actions.ObjC().ActOnStartProtocolInterface( in ParseObjCAtProtocolDeclaration() local2134 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()2137 if (Actions.ActOnDuplicateODRHashDefinition(ProtoType, PreviousDef)) { in ParseObjCAtProtocolDeclaration()2138 ProtoType->mergeDuplicateDefinitionWithCommon( in ParseObjCAtProtocolDeclaration()2143 DiagsEmitter.diagnoseMismatch(PreviousDef, ProtoType); in ParseObjCAtProtocolDeclaration()2146 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()