Home | History | Annotate | Download | only in AST

Lines Matching refs:NewIP

2005     ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);
2006 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2033 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos);
2034 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2063 BlockPointerType *NewIP =
2065 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2101 LValueReferenceType *NewIP =
2103 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2138 RValueReferenceType *NewIP =
2140 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2170 MemberPointerType *NewIP =
2172 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2215 ConstantArrayType *NewIP =
2217 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2513 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
2514 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2544 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
2545 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2622 FunctionNoProtoType *NewIP =
2624 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2699 FunctionProtoType *NewIP =
2701 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
3551 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos);
3552 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;