Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorOptions.h143 bool LexEditorPlaceholders = true; variable
247 LexEditorPlaceholders = true; in resetNonModularOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2966 if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode) in lexEditorPlaceholder()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp4248 Opts.LexEditorPlaceholders = false; in ParsePreprocessorArgs()