Searched refs:ProtoType (Results 1 – 4 of 4) sorted by relevance
57 ProtoType = Ty; in Initialize()70 assert(ProtoType && "Need to initialize SSAUpdater"); in AddAvailableValue()71 assert(ProtoType == V->getType() && in AddAvailableValue()140 return PoisonValue::get(ProtoType); in GetValueInMiddleOfBlock()159 PHINode::Create(ProtoType, PredValues.size(), ProtoName); in GetValueInMiddleOfBlock()312 return PoisonValue::get(Updater->ProtoType); in GetPoisonVal()320 PHINode::Create(Updater->ProtoType, NumPreds, Updater->ProtoName); in CreateEmptyPHI()
49 Type *ProtoType = nullptr; variable
948 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewAllocatorCall() local949 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()1020 if (const auto *ProtoType = FD->getType()->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local1021 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
1863 ObjCProtocolDecl *ProtoType = Actions.ObjC().ActOnStartProtocolInterface( in ParseObjCAtProtocolDeclaration() local1867 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()1870 if (Actions.ActOnDuplicateODRHashDefinition(ProtoType, PreviousDef)) { in ParseObjCAtProtocolDeclaration()1871 ProtoType->mergeDuplicateDefinitionWithCommon( in ParseObjCAtProtocolDeclaration()1876 DiagsEmitter.diagnoseMismatch(PreviousDef, ProtoType); in ParseObjCAtProtocolDeclaration()1879 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()