Home | History | Annotate | Download | only in AST

Lines Matching refs:NewIP

1500     ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);
1501 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1528 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos);
1529 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1558 BlockPointerType *NewIP =
1560 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1596 LValueReferenceType *NewIP =
1598 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1633 RValueReferenceType *NewIP =
1635 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1665 MemberPointerType *NewIP =
1667 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
1710 ConstantArrayType *NewIP =
1712 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2008 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
2009 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2039 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
2040 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2117 FunctionNoProtoType *NewIP =
2119 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
2179 FunctionProtoType *NewIP =
2181 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;
3021 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos);
3022 assert(NewIP == 0 && "Shouldn't be in the map!"); (void)NewIP;