Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h183 void setConditionalLevels(ArrayRef<PPConditionalInfo> CL) { in setConditionalLevels() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp671 CurPPLexer->setConditionalLevels(PreambleConditionalStack.getStack()); in replayPreambleConditionalStack()