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

  /external/clang/lib/Basic/
LangOptions.cpp 35 CurrentModule.clear();
  /external/clang/lib/Serialization/
ModuleManager.cpp 333 ModuleFile *CurrentModule = Queue.pop_back_val();
334 VisitOrder.push_back(CurrentModule);
338 for (auto M = CurrentModule->Imports.rbegin(),
339 MEnd = CurrentModule->Imports.rend();
373 ModuleFile *CurrentModule = VisitOrder[I];
375 if (State->VisitNumber[CurrentModule->Index] == VisitNumber)
379 assert(State->VisitNumber[CurrentModule->Index] == VisitNumber - 1);
380 State->VisitNumber[CurrentModule->Index] = VisitNumber;
381 if (!Visitor(*CurrentModule))
387 ModuleFile *NextModule = CurrentModule;
    [all...]
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Basic/
LangOptions.h 96 std::string CurrentModule;
100 /// treat this as the CurrentModule.
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 797 MCJITHelper(LLVMContext& C) : Context(C), CurrentModule(NULL) {
828 Module *CurrentModule;
894 if (*it == CurrentModule)
897 assert(CurrentModule != NULL);
901 Function *PF = CurrentModule->getFunction(FnName);
912 CurrentModule);
921 if (CurrentModule)
922 return CurrentModule;
928 CurrentModule = M;
936 if (M == CurrentModule)
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 296 if (CI.getLangOpts().CurrentModule.empty()) {
311 SourceMgr.pushModuleBuildStack(CI.getLangOpts().CurrentModule,
315 Module = HS.lookupModule(CI.getLangOpts().CurrentModule,
319 << CI.getLangOpts().CurrentModule << Filename;
390 HS.getModuleFileName(CI.getLangOpts().CurrentModule,
CompilerInstance.cpp     [all...]
CompilerInvocation.cpp     [all...]
ASTUnit.cpp     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 330 if (!LangOpts.CurrentModule.empty())
    [all...]
Preprocessor.cpp 480 if (getLangOpts().CurrentModule.empty())
483 return getHeaderSearchInfo().lookupModule(getLangOpts().CurrentModule);
    [all...]
ModuleMap.cpp 559 if (LangOpts.CurrentModule == Name) {
565 if (!LangOpts.CurrentModule.empty() && !CompilingModule &&
566 Name == LangOpts.CurrentModule) {
696 if (LangOpts.CurrentModule == ModuleName) {
    [all...]
PPDirectives.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp 750 if (Module *CurrentModule = PP.getCurrentModule()) {
754 Stack.push_back(CurrentModule);
    [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 185 milliseconds