Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorOptions.h149 bool LexEditorPlaceholders = true; variable
255 LexEditorPlaceholders = true; in resetNonModularOptions()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp3172 if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode) in lexEditorPlaceholder()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp4313 Opts.LexEditorPlaceholders = false; in ParsePreprocessorArgs()