Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp142 Type = SrcMgr::C_ExternCSystem; in AddUnmappedPath()
H A DPPDirectives.cpp1645 FileKind = SrcMgr::C_ExternCSystem; in ReadLineMarkerFlags()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h84 C_ExternCSystem, enumerator
1552 return getFileCharacteristic(Loc) == SrcMgr::C_ExternCSystem; in isInExternCSystemHeader()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp139 else if (FileType == SrcMgr::C_ExternCSystem) in WriteLineInfo()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp271 else if (FileType == SrcMgr::C_ExternCSystem) in WriteLineInfo()