Home | History | Annotate | Download | only in Lex

Lines Matching refs:HeaderMap

15 #include "clang/Lex/HeaderMap.h"
86 /// CreateHeaderMap - This method returns a HeaderMap for the specified
88 const HeaderMap *HeaderSearch::CreateHeaderMap(const FileEntry *FE) {
99 if (const HeaderMap *HM = HeaderMap::Create(FE, FileMgr)) {