Searched refs:ProtoType (Results 1 – 3 of 3) sorted by relevance
39 : AV(0), ProtoType(0), ProtoName(), InsertedPHIs(NewPHI) {} in SSAUpdater()52 ProtoType = Ty; in Initialize()65 assert(ProtoType != 0 && "Need to initialize SSAUpdater"); in AddAvailableValue()66 assert(ProtoType == V->getType() && in AddAvailableValue()159 return UndefValue::get(ProtoType); in GetValueInMiddleOfBlock()179 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), in GetValueInMiddleOfBlock()297 return UndefValue::get(Updater->ProtoType); in GetUndefVal()304 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds, in CreateEmptyPHI()
44 Type *ProtoType; variable
1433 Decl *ProtoType = in ParseObjCAtProtocolDeclaration() local1440 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()1441 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()