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

/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp60 /// AddUnmappedPath - Add the specified path to the specified group list,
62 void AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
128 AddUnmappedPath(IncludeSysroot + Path, Group, isFramework);
133 AddUnmappedPath(Path, Group, isFramework);
136 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, function in class:InitHeaderSearch
249 AddUnmappedPath(P.str(), ExternCSystem, false);
485 AddUnmappedPath(P.str(), CXXSystem, false);
680 Init.AddUnmappedPath(E.Path, E.Group, E.IsFramework);

Completed in 86 milliseconds