Home | History | Annotate | Download | only in AST

Lines Matching refs:NewIP

1440     ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);
1441 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1468 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos);
1469 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1498 BlockPointerType *NewIP =
1500 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1536 LValueReferenceType *NewIP =
1538 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1573 RValueReferenceType *NewIP =
1575 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1605 MemberPointerType *NewIP =
1607 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1650 ConstantArrayType *NewIP =
1652 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1948 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
1949 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1979 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
1980 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2057 FunctionNoProtoType *NewIP =
2059 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2116 FunctionProtoType *NewIP =
2118 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2960 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos);
2961 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;