Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp116 if (PP.LexOnOffSwitch(OOS)) in HandlePragma()
139 PP.LexOnOffSwitch(OOS); in HandlePragma()
2511 if (PP.LexOnOffSwitch(OOS)) in HandlePragma()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2418 bool LexOnOffSwitch(tok::OnOffSwitch &Result);
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPragma.cpp957 bool Preprocessor::LexOnOffSwitch(tok::OnOffSwitch &Result) { in LexOnOffSwitch() function in Preprocessor