Searched refs:ProtoType (Results 1 – 4 of 4) sorted by relevance
58 ProtoType = Ty; in Initialize()71 assert(ProtoType && "Need to initialize SSAUpdater"); in AddAvailableValue()72 assert(ProtoType == V->getType() && in AddAvailableValue()141 return UndefValue::get(ProtoType); in GetValueInMiddleOfBlock()160 PHINode::Create(ProtoType, PredValues.size(), ProtoName); in GetValueInMiddleOfBlock()313 return UndefValue::get(Updater->ProtoType); in GetUndefVal()321 PHINode::Create(Updater->ProtoType, NumPreds, Updater->ProtoName); in CreateEmptyPHI()
49 Type *ProtoType = nullptr; variable
978 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewAllocatorCall() local979 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()1049 if (const auto *ProtoType = FD->getType()->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local1050 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
2137 ObjCProtocolDecl *ProtoType = Actions.ActOnStartProtocolInterface( in ParseObjCAtProtocolDeclaration() local2141 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()2144 if (Actions.ActOnDuplicateODRHashDefinition(ProtoType, PreviousDef)) { in ParseObjCAtProtocolDeclaration()2145 ProtoType->mergeDuplicateDefinitionWithCommon( in ParseObjCAtProtocolDeclaration()2150 DiagsEmitter.diagnoseMismatch(PreviousDef, ProtoType); in ParseObjCAtProtocolDeclaration()2153 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()