Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorLexer.h175 void setConditionalLevels(ArrayRef<PPConditionalInfo> CL) { in setConditionalLevels() function
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp683 CurPPLexer->setConditionalLevels(PreambleConditionalStack.getStack()); in replayPreambleConditionalStack()