Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp25 bool OwnsOutputFile; member in __anone11bea040111::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()