Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp25 bool OwnsOutputFile; member in __anonedff015b0111::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()