reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Lex/PreprocessorOptions.h
  215     LexEditorPlaceholders = true;
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3362     Opts.LexEditorPlaceholders = false;
tools/clang/lib/Lex/Lexer.cpp
 2937   if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode)