Home
last modified time | relevance | path

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

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