Home
last modified time | relevance | path

Searched refs:setConditionalLevels (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorLexer.h174 void setConditionalLevels(ArrayRef<PPConditionalInfo> CL) { in setConditionalLevels() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp671 CurPPLexer->setConditionalLevels(PreambleConditionalStack.getStack()); in replayPreambleConditionalStack()