Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp96 bool DumpEmbedDirectives; member in __anon44b42d4b0111::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()