HomeSort by relevance Sort by last modified time
    Searched refs:MSLastManglingNumber (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
Scope.h 142 unsigned short MSLastManglingNumber;
282 MSLMP->MSLastManglingNumber += 1;
289 MSLMP->MSLastManglingNumber -= 1;
296 return MSLMP->MSLastManglingNumber;
  /external/clang/lib/Sema/
Scope.cpp 53 MSLastManglingNumber = 1;
62 MSLastManglingNumber = getMSLastManglingNumber();
215 OS << "MSLastManglingNumber: " << getMSLastManglingNumber() << '\n';

Completed in 147 milliseconds