Home | History | Annotate | Download | only in AST

Lines Matching defs:CurrentIndex

2198   int64_t CurrentIndex = 0;
2209 CurrentIndex = getNumVirtualFunctionPointers(PrimaryBase);
2263 MethodVTableIndices[GlobalDecl(DD, Dtor_Complete)] = CurrentIndex++;
2266 MethodVTableIndices[GlobalDecl(DD, Dtor_Deleting)] = CurrentIndex++;
2269 MethodVTableIndices[MD] = CurrentIndex++;
2280 CurrentIndex++;
2284 CurrentIndex++;
2287 NumVirtualFunctionPointers[RD] = CurrentIndex;