Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPragma.cpp778 bool Preprocessor::LexOnOffSwitch(tok::OnOffSwitch &Result) { in LexOnOffSwitch() function in Preprocessor
1263 if (PP.LexOnOffSwitch(OOS)) in HandlePragma()
1277 PP.LexOnOffSwitch(OOS); in HandlePragma()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h1650 bool LexOnOffSwitch(tok::OnOffSwitch &OOS);
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParsePragma.cpp1376 if (PP.LexOnOffSwitch(OOS)) in HandlePragma()