Home
last modified time | relevance | path

Searched defs:PreprocessToken (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h700 bool PreprocessToken = false; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1856 Status CommandInterpreter::PreprocessToken(std::string &expr_str) { in PreprocessToken() function in CommandInterpreter