Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp25 bool OwnsOutputFile; member in __anon33b8e2800111::HeaderIncludesCallback
37 OwnsOutputFile(OwnsOutputFile_), ShowAllHeaders(ShowAllHeaders_), in HeaderIncludesCallback()
41 if (OwnsOutputFile) in ~HeaderIncludesCallback()
86 bool OwnsOutputFile = false; in AttachHeaderIncludeGen() local
115 OwnsOutputFile = true; in AttachHeaderIncludeGen()
127 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen()