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 143 unsigned short MSLastManglingNumber;
285 MSLMP->MSLastManglingNumber += 1;
292 MSLMP->MSLastManglingNumber -= 1;
299 return MSLMP->MSLastManglingNumber;
  /external/clang/lib/Sema/
Scope.cpp 53 MSLastManglingNumber = 1;
62 MSLastManglingNumber = getMSLastManglingNumber();
219 OS << "MSLastManglingNumber: " << getMSLastManglingNumber() << '\n';

Completed in 62 milliseconds