Lines Matching refs:HeaderMap
1 //===--- HeaderMap.cpp - A file that acts like dir of symlinks ------------===//
9 // This file implements the HeaderMap interface.
13 #include "clang/Lex/HeaderMap.h"
45 /// HeaderMap::Create - This attempts to load the specified file as a header
46 /// map. If it doesn't look like a HeaderMap, it gives up and returns null.
47 /// If it looks like a HeaderMap but is obviously corrupted, it puts a reason
49 std::unique_ptr<HeaderMap> HeaderMap::Create(FileEntryRef FE, FileManager &FM) {
63 return std::unique_ptr<HeaderMap>(new HeaderMap(std::move(*FileBuffer), NeedsByteSwap));