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

  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
InterfaceFile.cpp 62 auto Iter = lower_bound(ParentUmbrellas, Target_,
66 if ((Iter != ParentUmbrellas.end()) && !(Target_ < Iter->first)) {
71 ParentUmbrellas.emplace(Iter, Target_, std::string(Parent));
147 if (ParentUmbrellas != O.ParentUmbrellas)
TextStub.cpp 838 ParentUmbrellas.emplace_back(std::move(CurrentSection));
922 for (const auto &CurrentSection : ParentUmbrellas)
989 std::vector<UmbrellaSection> ParentUmbrellas;
1066 IO.mapOptional("parent-umbrella", Keys->ParentUmbrellas);
  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
InterfaceFile.h 283 return ParentUmbrellas;
432 std::vector<std::pair<Target, std::string>> ParentUmbrellas;

Completed in 52 milliseconds