HomeSort by: relevance | last modified time | path
    Searched refs:CurrentModuleScopeID (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
ModuleMap.h 225 unsigned CurrentModuleScopeID = 0;
576 void finishModuleDeclarationScope() { CurrentModuleScopeID += 1; }
581 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 831 ModuleScopeIDs[Result] = CurrentModuleScopeID;
1033 ModuleScopeIDs[Result] = CurrentModuleScopeID;
1121 ModuleScopeIDs[Result] = CurrentModuleScopeID;

Completed in 39 milliseconds