Home | History | Annotate | Download | only in Lex

Lines Matching defs:Map

45     /// Map - This is the HeaderMap if this is a headermap lookup.
47 const HeaderMap *Map;
58 /// \brief Whether this is a header map used when building a framework.
77 /// 'map'.
78 DirectoryLookup(const HeaderMap *map, SrcMgr::CharacteristicKind DT,
82 u.Map = map;
108 return isHeaderMap() ? u.Map : nullptr;
111 /// isNormalDir - Return true if this is a normal directory, not a header map.
118 /// isHeaderMap - Return true if this is a header map, not a normal directory.
142 /// \brief Whether this header map is building a framework or not.