Searched refs:getFileCharacteristic (Results 1 – 7 of 7) sorted by relevance
127 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()154 SourceMgr.getFileCharacteristic(EnterLoc); in EnterSourceFileWithPTH()395 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation()); in HandleEndOfFile()
1664 SourceMgr.getFileCharacteristic(FilenameTok.getLocation())); in HandleIncludeDirective()
293 CharacteristicKind getFileCharacteristic() const { in getFileCharacteristic() function1274 SrcMgr::CharacteristicKind getFileCharacteristic(SourceLocation Loc) const;1319 return getFileCharacteristic(Loc) != SrcMgr::C_User; in isInSystemHeader()1324 return getFileCharacteristic(Loc) == SrcMgr::C_ExternCSystem; in isInExternCSystemHeader()
424 FileType = SM.getFileCharacteristic(RawToken.getLocation()); in Process()
1405 SourceManager::getFileCharacteristic(SourceLocation Loc) const { in getFileCharacteristic() function in SourceManager1418 return FI.getFileCharacteristic(); in getFileCharacteristic()1427 return FI.getFileCharacteristic(); in getFileCharacteristic()
4917 FromSLoc.getFile().getFileCharacteristic()); in Import()4925 ToID = ToSM.createFileID(ToBuf, FromSLoc.getFile().getFileCharacteristic()); in Import()
1704 Record.push_back(File.getFileCharacteristic()); // FIXME: stable encoding in WriteSourceManagerBlock()