Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorLexer.h180 void setConditionalLevels(ArrayRef<PPConditionalInfo> CL) { in setConditionalLevels() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp652 CurPPLexer->setConditionalLevels(PreambleConditionalStack.getStack()); in replayPreambleConditionalStack()