Home
last modified time | relevance | path

Searched refs:C_ExternCSystem (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h82 C_ExternCSystem, enumerator
1510 return getFileCharacteristic(Loc) == SrcMgr::C_ExternCSystem; in isInExternCSystemHeader()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp135 else if (FileType == SrcMgr::C_ExternCSystem) in WriteLineInfo()
/llvm-project-15.0.7/clang/lib/Lex/
H A DInitHeaderSearch.cpp162 Type = SrcMgr::C_ExternCSystem; in AddUnmappedPath()
H A DPPDirectives.cpp1536 FileKind = SrcMgr::C_ExternCSystem; in ReadLineMarkerFlags()
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dpp-trace.rst167 FileType (C_User|C_System|C_ExternCSystem) SrcMgr::CharacteristicKind …
192 FileType (C_User|C_System|C_ExternCSystem) SrcMgr::CharacteristicKind …
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp251 else if (FileType == SrcMgr::C_ExternCSystem) in WriteLineInfo()