Home
last modified time | relevance | path

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

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