Home
last modified time | relevance | path

Searched refs:PreprocessToken (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h659 Status PreprocessToken(std::string &token);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp812 error = m_interpreter.PreprocessToken(opt_string); in Execute()
H A DCommandInterpreter.cpp1756 error = PreprocessToken(expr_str); in PreprocessCommand()
1769 CommandInterpreter::PreprocessToken(std::string &expr_str) { in PreprocessToken() function in CommandInterpreter
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h676 bool PreprocessToken = false; variable
1341 void setPreprocessToken(bool Preprocess) { PreprocessToken = Preprocess; } in setPreprocessToken()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp969 if ((LexLevel == 0 || PreprocessToken) && in Lex()