Searched refs:IsInHeaderMap (Results 1 – 2 of 2) sorted by relevance
185 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName) const;
381 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName) const { in LookupFile() argument383 IsInHeaderMap = false; in LookupFile()418 IsInHeaderMap = true; in LookupFile()919 bool IsInHeaderMap = false; in LookupFile() local924 IsInHeaderMap, MappedName); in LookupFile()926 assert(IsInHeaderMap && "MappedName should come from a header map"); in LookupFile()934 *IsMapped |= (!MappedName.empty() || (IsInHeaderMap && File)); in LookupFile()