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

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
ModuleMap.h 227 llvm::DenseMap<Module *, unsigned> ModuleScopeIDs;
580 assert(ModuleScopeIDs.count(ExistingModule) && "unknown module");
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 20 milliseconds