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.h642 Status PreprocessToken(std::string &token);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp735 error = m_interpreter.PreprocessToken(opt_string); in Execute()
H A DCommandInterpreter.cpp1733 error = PreprocessToken(expr_str); in PreprocessCommand()
1746 CommandInterpreter::PreprocessToken(std::string &expr_str) { in PreprocessToken() function in CommandInterpreter
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h656 bool PreprocessToken = false; variable
1321 void setPreprocessToken(bool Preprocess) { PreprocessToken = Preprocess; } in setPreprocessToken()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp960 if ((LexLevel == 0 || PreprocessToken) && in Lex()