Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp102 raw_ostream *OrigOS; member in __anon44b42d4b0111::PrintPPOutputPPCallbacks
121 KeepSystemIncludes(KeepSystemIncludes), OrigOS(os), NumToksToSkip(0) { in PrintPPOutputPPCallbacks()
376 OS = isSystem(FileType) ? OrigOS : NullOS.get(); in FileChanged()