Searched refs:IncludePath (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; member in class:__anon3217::InitHeaderSearch
138 IncludePath.push_back(std::make_pair(Group, DirectoryLookup(DE, Type,
149 IncludePath.push_back(std::make_pair(Group, DirectoryLookup(HM, Type,
580 SearchList.reserve(IncludePath.size());
583 for (path_iterator it = IncludePath.begin(), ie = IncludePath.end();
592 for (path_iterator it = IncludePath.begin(), ie = IncludePath.end();
601 for (path_iterator it = IncludePath.begin(), ie = IncludePath
[all...]

Completed in 73 milliseconds