Home | History | Annotate | Download | only in AST

Lines Matching refs:CurrentIndex

2197   int64_t CurrentIndex = 0;
2208 CurrentIndex = getNumVirtualFunctionPointers(PrimaryBase);
2262 MethodVTableIndices[GlobalDecl(DD, Dtor_Complete)] = CurrentIndex++;
2265 MethodVTableIndices[GlobalDecl(DD, Dtor_Deleting)] = CurrentIndex++;
2268 MethodVTableIndices[MD] = CurrentIndex++;
2279 CurrentIndex++;
2283 CurrentIndex++;
2286 NumVirtualFunctionPointers[RD] = CurrentIndex;