Home | History | Annotate | Download | only in Basic

Lines Matching refs:MapValue

216     FileEntryRef::MapValue Value = *SeenFileInsertResult.first->second;
275 NamedFileEnt->second = FileEntryRef::MapValue(UFE, DirInfo);
281 .insert({Status.getName(), FileEntryRef::MapValue(UFE, DirInfo)})
290 NamedFileEnt->second = FileEntryRef::MapValue(Redirection);
373 FileEntryRef::MapValue Value = *NamedFileEnt.second;
407 NamedFileEnt.second = FileEntryRef::MapValue(*UFE, *DirInfo);
428 NamedFileEnt.second = FileEntryRef::MapValue(*UFE, *DirInfo);
449 llvm::StringMap<llvm::ErrorOr<FileEntryRef::MapValue>>>();
461 Insertion.first->second = FileEntryRef::MapValue(BFE, VF.getDir());
589 for (llvm::StringMap<llvm::ErrorOr<FileEntryRef::MapValue>,
594 if (llvm::ErrorOr<FileEntryRef::MapValue> Entry = FE->getValue()) {