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

  /external/clang/lib/Basic/
LangOptions.cpp 30 CurrentModule.clear();
  /external/clang/lib/Serialization/
ModuleManager.cpp 125 ModuleFile *CurrentModule = Queue[QueueStart++];
128 if (Skipped.count(CurrentModule))
131 if (Visitor(*CurrentModule, UserData)) {
137 Stack.push_back(CurrentModule);
138 Skipped.insert(CurrentModule);
158 for (llvm::SetVector<ModuleFile *>::iterator M = CurrentModule->Imports.begin(),
159 MEnd = CurrentModule->Imports.end();
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Basic/
LangOptions.h 77 std::string CurrentModule;
  /external/clang/lib/Frontend/
FrontendActions.cpp 223 if (CI.getLangOpts().CurrentModule.empty()) {
234 Module = HS.lookupModule(CI.getLangOpts().CurrentModule,
238 << CI.getLangOpts().CurrentModule << Filename;
339 CI.getLangOpts().CurrentModule + ".pcm");
CompilerInstance.cpp 767 Invocation->getLangOpts()->CurrentModule = Module->getTopLevelModuleName();
    [all...]
CompilerInvocation.cpp 862 if (!Opts.CurrentModule.empty())
863 Res.push_back("-fmodule-name=" + Opts.CurrentModule);
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 402 if (getLangOpts().CurrentModule.empty())
405 return getHeaderSearchInfo().lookupModule(getLangOpts().CurrentModule);
PPDirectives.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp 583 if (Module *CurrentModule = PP.getCurrentModule()) {
587 Stack.push_back(CurrentModule);
    [all...]

Completed in 239 milliseconds