Searched refs:ProtoType (Results 1 – 4 of 4) sorted by relevance
38 : AV(nullptr), ProtoType(nullptr), ProtoName(), InsertedPHIs(NewPHI) {} in SSAUpdater()49 ProtoType = Ty; in Initialize()58 assert(ProtoType && "Need to initialize SSAUpdater"); in AddAvailableValue()59 assert(ProtoType == V->getType() && in AddAvailableValue()129 return UndefValue::get(ProtoType); in GetValueInMiddleOfBlock()149 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), in GetValueInMiddleOfBlock()259 return UndefValue::get(Updater->ProtoType); in GetUndefVal()266 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds, in CreateEmptyPHI()
47 Type *ProtoType; variable
425 if (const FunctionProtoType *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local426 if (!ProtoType->isNothrow(getContext())) in VisitCXXNewExpr()
1470 Decl *ProtoType = in ParseObjCAtProtocolDeclaration() local1477 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()1478 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()