HomeSort by: relevance | last modified time | path
    Searched refs:Conflicts (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp 603 for (unsigned I = 0, N = Conflicts.size(); I != N; ++I) {
606 OS << Conflicts[I].Other->getFullModuleName(true);
608 OS.write_escaped(Conflicts[I].Message);
666 for (auto &C : V.M->Conflicts) {
  /src/external/gpl3/gdb/dist/gnulib/import/extra/
gitlog-to-changelog 99 and the possible final "Conflicts:" paragraph.
345 $rest =~ s/^\s*Conflicts:\n.*//sm;
  /src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gitlog-to-changelog 99 and the possible final "Conflicts:" paragraph.
345 $rest =~ s/^\s*Conflicts:\n.*//sm;
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h 400 /// The list of conflicts for which the module-id has not yet been
406 /// The module that this module conflicts with.
413 /// The list of conflicts.
414 std::vector<Conflict> Conflicts;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 1335 Mod->Conflicts.push_back(Conflict);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 2722 // Emit the conflicts.
2723 for (const auto &C : Mod->Conflicts) {
ASTReader.cpp 4377 Unresolved.Mod->Conflicts.push_back(Conflict);
5576 CurrentModule->Conflicts.clear();

Completed in 69 milliseconds