Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp101 raw_ostream *OrigOS; member in __anon4bae9f8c0111::PrintPPOutputPPCallbacks
117 KeepSystemIncludes(KeepSystemIncludes), OrigOS(os) { in PrintPPOutputPPCallbacks()
361 OS = isSystem(FileType) ? OrigOS : NullOS.get(); in FileChanged()