Home
last modified time | relevance | path

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

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