Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp107 if (PP.LexOnOffSwitch(OOS)) in HandlePragma()
132 PP.LexOnOffSwitch(OOS); in HandlePragma()
2102 if (PP.LexOnOffSwitch(OOS)) in HandlePragma()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1888 bool LexOnOffSwitch(tok::OnOffSwitch &Result);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp956 bool Preprocessor::LexOnOffSwitch(tok::OnOffSwitch &Result) { in LexOnOffSwitch() function in Preprocessor