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

  /external/clang/lib/Basic/
Module.cpp 144 if (!TopHeaderNames.empty()) {
146 I = TopHeaderNames.begin(), E = TopHeaderNames.end(); I != E; ++I) {
150 TopHeaderNames.clear();
  /external/clang/include/clang/Basic/
Module.h 89 std::vector<std::string> TopHeaderNames;
394 TopHeaderNames.push_back(Filename);

Completed in 68 milliseconds