Home
last modified time | relevance | path

Searched refs:getFileCharacteristic (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPLexerChange.cpp127 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()
154 SourceMgr.getFileCharacteristic(EnterLoc); in EnterSourceFileWithPTH()
428 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation()); in HandleEndOfFile()
HDPPDirectives.cpp1744 SourceMgr.getFileCharacteristic(FilenameTok.getLocation())); in HandleIncludeDirective()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceManager.h279 CharacteristicKind getFileCharacteristic() const { in getFileCharacteristic() function
1270 SrcMgr::CharacteristicKind getFileCharacteristic(SourceLocation Loc) const;
1315 return getFileCharacteristic(Loc) != SrcMgr::C_User; in isInSystemHeader()
1320 return getFileCharacteristic(Loc) == SrcMgr::C_ExternCSystem; in isInExternCSystemHeader()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDSourceManager.cpp1396 SourceManager::getFileCharacteristic(SourceLocation Loc) const { in getFileCharacteristic() function in SourceManager
1409 return FI.getFileCharacteristic(); in getFileCharacteristic()
1418 return FI.getFileCharacteristic(); in getFileCharacteristic()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDInclusionRewriter.cpp477 FileType = SM.getFileCharacteristic(RawToken.getLocation()); in Process()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp5726 FromSLoc.getFile().getFileCharacteristic()); in Import()
5735 FromSLoc.getFile().getFileCharacteristic()); in Import()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp3175 if (fileInfo.getFileCharacteristic() != SrcMgr::C_User && in getNullabilityCompletenessCheckFileID()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp1849 Record.push_back(File.getFileCharacteristic()); // FIXME: stable encoding in WriteSourceManagerBlock()