Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h2032 bool LexOnOffSwitch(tok::OnOffSwitch &Result);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp948 bool Preprocessor::LexOnOffSwitch(tok::OnOffSwitch &Result) { in LexOnOffSwitch() function in Preprocessor