Home | History | Annotate | Download | only in Frontend

Lines Matching refs:HeaderMap

152   // Check to see if this is an apple-style headermap (which are not allowed to
156 if (const HeaderMap *HM = Headers.CreateHeaderMap(FE)) {
157 // It is a headermap, add it to the search path.
964 llvm::SmallPtrSet<const HeaderMap *, 8> SeenHeaderMaps;
979 assert(CurEntry.isHeaderMap() && "Not a headermap or normal dir?");
980 // If this isn't the first time we've seen this headermap, remove it.
985 // If we have a normal #include dir/framework/headermap that is shadowed
1010 assert(CurEntry.isHeaderMap() && "Not a headermap or normal dir?");
1098 Suffix = " (headermap)";