Searched refs:ProtoType (Results 1 – 4 of 4) sorted by relevance
39 : AV(nullptr), ProtoType(nullptr), ProtoName(), InsertedPHIs(NewPHI) {} in SSAUpdater()50 ProtoType = Ty; in Initialize()59 assert(ProtoType && "Need to initialize SSAUpdater"); in AddAvailableValue()60 assert(ProtoType == V->getType() && in AddAvailableValue()130 return UndefValue::get(ProtoType); in GetValueInMiddleOfBlock()150 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), in GetValueInMiddleOfBlock()260 return UndefValue::get(Updater->ProtoType); in GetUndefVal()267 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds, in CreateEmptyPHI()
48 Type *ProtoType; variable
481 if (const FunctionProtoType *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local482 if (!ProtoType->isNothrow(getContext())) in VisitCXXNewExpr()
2070 Decl *ProtoType = in ParseObjCAtProtocolDeclaration() local2077 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()2078 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()