Searched refs:getFileCharacteristic (Results 1 – 7 of 7) sorted by relevance
127 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()154 SourceMgr.getFileCharacteristic(EnterLoc); in EnterSourceFileWithPTH()414 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation()); in HandleEndOfFile()
1753 SourceMgr.getFileCharacteristic(FilenameTok.getLocation())); in HandleIncludeDirective()
279 CharacteristicKind getFileCharacteristic() const { in getFileCharacteristic() function1270 SrcMgr::CharacteristicKind getFileCharacteristic(SourceLocation Loc) const;1315 return getFileCharacteristic(Loc) != SrcMgr::C_User; in isInSystemHeader()1320 return getFileCharacteristic(Loc) == SrcMgr::C_ExternCSystem; in isInExternCSystemHeader()
1396 SourceManager::getFileCharacteristic(SourceLocation Loc) const { in getFileCharacteristic() function in SourceManager1409 return FI.getFileCharacteristic(); in getFileCharacteristic()1418 return FI.getFileCharacteristic(); in getFileCharacteristic()
463 FileType = SM.getFileCharacteristic(RawToken.getLocation()); in Process()
4986 FromSLoc.getFile().getFileCharacteristic()); in Import()4995 FromSLoc.getFile().getFileCharacteristic()); in Import()
1835 Record.push_back(File.getFileCharacteristic()); // FIXME: stable encoding in WriteSourceManagerBlock()