Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp1110 std::unique_ptr<raw_ostream> OSP = in ExecuteAction() local
1112 if (!OSP) in ExecuteAction()
1115 raw_ostream &OS = *OSP; in ExecuteAction()