Searched refs:IsInHeaderMap (Results 1 – 2 of 2) sorted by relevance
189 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName) const;
434 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName) const { in LookupFile() argument436 IsInHeaderMap = false; in LookupFile()471 IsInHeaderMap = true; in LookupFile()1008 bool IsInHeaderMap = false; in LookupFile() local1013 IsInHeaderMap, MappedName); in LookupFile()1015 assert(IsInHeaderMap && "MappedName should come from a header map"); in LookupFile()1023 *IsMapped |= (!MappedName.empty() || (IsInHeaderMap && File)); in LookupFile()