Home | History | Annotate | Download | only in Lex

Lines Matching defs:DirInfo

445       // Note that the temporary 'DirInfo' is required here, as either call to
448 unsigned DirInfo = getFileInfo(CurFileEnt).DirInfo;
449 getFileInfo(FE).DirInfo = DirInfo;
505 HFI.DirInfo = CurDir->getDirCharacteristic();
510 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework)
511 HFI.DirInfo = SrcMgr::C_System;
651 // Note that the temporary 'DirInfo' is required here, as either call to
654 unsigned DirInfo = getFileInfo(ContextFileEnt).DirInfo;
655 getFileInfo(FE).DirInfo = DirInfo;
699 HFI.DirInfo = OtherHFI.DirInfo;