Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp26 bool OwnsOutputFile; member in __anona4f9c0b20111::HeaderIncludesCallback
38 OwnsOutputFile(OwnsOutputFile_), ShowAllHeaders(ShowAllHeaders_), in HeaderIncludesCallback()
42 if (OwnsOutputFile) in ~HeaderIncludesCallback()
84 bool OwnsOutputFile = false; in AttachHeaderIncludeGen() local
98 OwnsOutputFile = true; in AttachHeaderIncludeGen()
110 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen()