Searched defs:SearchDirs (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DHeaderSearch.h137 /// directory of the \#including file first, then each directory in SearchDirs
139 /// directory in SearchDirs, starting at AngledDirIdx, consecutively. If
142 std::vector<DirectoryLookup> SearchDirs; member in class:clang::HeaderSearch
164 /// The first part of the value is the starting index in SearchDirs
167 /// ignored. The second value is the entry in SearchDirs that satisfied
229 SearchDirs = dirs;
239 SearchDirs.insert(SearchDirs.begin() + idx, dir);
504 search_dir_iterator search_dir_begin() const { return SearchDirs.begin(); }
505 search_dir_iterator search_dir_end() const { return SearchDirs
[all...]

Completed in 35 milliseconds