Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h156 bool LexEditorPlaceholders = true; variable
246 LexEditorPlaceholders = true; in resetNonModularOptions()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3359 if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode) in lexEditorPlaceholder()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4677 Opts.LexEditorPlaceholders = false; in ParsePreprocessorArgs()