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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 60 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment) {
139 Module *GlobalModuleFragment = nullptr;
141 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment)
142 GlobalModuleFragment = ModuleScopes.back().Module;
146 if (getLangOpts().CPlusPlusModules && !IsFirstDecl && !GlobalModuleFragment) {
199 GlobalModuleFragment);
214 GlobalModuleFragment);
219 if (!GlobalModuleFragment) {
251 switch (ModuleScopes.empty() ? Module::GlobalModuleFragment
254 case Module::GlobalModuleFragment
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h 113 GlobalModuleFragment,

Completed in 64 milliseconds