Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp115 if (PP.LexOnOffSwitch(OOS)) in HandlePragma()
138 PP.LexOnOffSwitch(OOS); in HandlePragma()
2285 if (PP.LexOnOffSwitch(OOS)) in HandlePragma()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2034 bool LexOnOffSwitch(tok::OnOffSwitch &Result);
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp999 bool Preprocessor::LexOnOffSwitch(tok::OnOffSwitch &Result) { in LexOnOffSwitch() function in Preprocessor