Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp26 bool OwnsOutputFile; member in __anonb196b45f0111::HeaderIncludesCallback
38 OwnsOutputFile(OwnsOutputFile_), ShowAllHeaders(ShowAllHeaders_), in HeaderIncludesCallback()
42 if (OwnsOutputFile) in ~HeaderIncludesCallback()
84 bool OwnsOutputFile = false; in AttachHeaderIncludeGen() local
112 OwnsOutputFile = true; in AttachHeaderIncludeGen()
124 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen()