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

  /external/clang/include/clang/Basic/
LangOptions.h 65 std::string CurrentModule;
  /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...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 172 Module *CurrentModule;
327 Value *ReportWarningFunc = CurrentModule->getOrInsertFunction(
542 CurrentModule = &M;
    [all...]

Completed in 153 milliseconds