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

  /external/clang/include/clang/Lex/
HeaderSearch.h 122 /// directory of the #including file first, then each directory in SearchDirs
124 /// directory in SearchDirs, starting at AngledDirIdx, consecutively. If
127 std::vector<DirectoryLookup> SearchDirs;
145 /// SearchDirs that the cached search was performed from. If there is a hit
147 /// ignored. The second value is the entry in SearchDirs that satisfied the
195 SearchDirs = dirs;
358 search_dir_iterator search_dir_begin() const { return SearchDirs.begin(); }
359 search_dir_iterator search_dir_end() const { return SearchDirs.end(); }
360 unsigned search_dir_size() const { return SearchDirs.size(); }
363 return SearchDirs.begin()
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 135 for (unsigned Idx = 0, N = SearchDirs.size(); Idx != N; ++Idx) {
137 if (!SearchDirs[Idx].isFramework())
142 = SearchDirs[Idx].LookupFile(UmbrellaHeaderName, *this, 0, 0,
401 i = FromDir-&SearchDirs[0];
406 // (potentially huge) series of SearchDirs to find it.
424 for (; i != SearchDirs.size(); ++i) {
426 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath,
430 CurDir = &SearchDirs[i];
477 CacheLookup.second = SearchDirs.size();
680 return SearchDirs.capacity(
    [all...]

Completed in 43 milliseconds