Home | History | Annotate | Download | only in AST

Lines Matching defs:NewIP

2325     ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);
2326 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2353 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos);
2354 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2443 BlockPointerType *NewIP =
2445 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2481 LValueReferenceType *NewIP =
2483 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2518 RValueReferenceType *NewIP =
2520 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2550 MemberPointerType *NewIP =
2552 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2595 ConstantArrayType *NewIP =
2597 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2894 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
2895 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2925 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
2926 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2999 FunctionNoProtoType *NewIP =
3001 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3076 FunctionProtoType *NewIP =
3078 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
4026 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos);
4027 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;