HomeSort by relevance Sort by last modified time
    Searched refs:CurrentModule (Results 1 - 12 of 12) 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 65 std::string CurrentModule;
  /external/clang/lib/Frontend/
FrontendActions.cpp 218 if (CI.getLangOpts().CurrentModule.empty()) {
229 Module = HS.lookupModule(CI.getLangOpts().CurrentModule,
233 << CI.getLangOpts().CurrentModule << Filename;
334 CI.getLangOpts().CurrentModule + ".pcm");
CompilerInstance.cpp 771 Invocation->getLangOpts()->CurrentModule = Module->getTopLevelModuleName();
    [all...]
CompilerInvocation.cpp 811 if (!Opts.CurrentModule.empty())
812 Res.push_back("-fmodule-name=" + Opts.CurrentModule);
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 387 if (getLangOpts().CurrentModule.empty())
390 return getHeaderSearchInfo().lookupModule(getLangOpts().CurrentModule);
PPDirectives.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 172 Module *CurrentModule;
327 Value *ReportWarningFunc = CurrentModule->getOrInsertFunction(
542 CurrentModule = &M;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 495 if (Module *CurrentModule = PP.getCurrentModule()) {
499 Stack.push_back(CurrentModule);
    [all...]

Completed in 799 milliseconds