Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp96 bool DumpEmbedDirectives; member in __anon881592160111::PrintPPOutputPPCallbacks
112 bool DumpEmbedDirectives, bool UseLineDirectives, in PrintPPOutputPPCallbacks() argument
118 DumpEmbedDirectives(DumpEmbedDirectives), in PrintPPOutputPPCallbacks()
138 bool expandEmbedContents() const { return !DumpEmbedDirectives; } in expandEmbedContents()
419 if (!DumpEmbedDirectives) in EmbedDirective()