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 UndefValue::get(ProtoType); in GetValueInMiddleOfBlock()158 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), in GetValueInMiddleOfBlock()263 return UndefValue::get(Updater->ProtoType); in GetUndefVal()270 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds, in CreateEmptyPHI()
47 Type *ProtoType = nullptr; variable
973 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewAllocatorCall() local974 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()1044 if (const auto *ProtoType = FD->getType()->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local1045 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
2124 ObjCProtocolDecl *ProtoType = Actions.ActOnStartProtocolInterface( in ParseObjCAtProtocolDeclaration() local2128 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()2131 if (Actions.ActOnDuplicateODRHashDefinition(ProtoType, PreviousDef)) { in ParseObjCAtProtocolDeclaration()2132 ProtoType->mergeDuplicateDefinitionWithCommon( in ParseObjCAtProtocolDeclaration()2137 DiagsEmitter.diagnoseMismatch(PreviousDef, ProtoType); in ParseObjCAtProtocolDeclaration()2140 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()