Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DPreprocessorLexer.h174 void setConditionalLevels(ArrayRef<PPConditionalInfo> CL) { in setConditionalLevels() function
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp675 CurPPLexer->setConditionalLevels(PreambleConditionalStack.getStack()); in replayPreambleConditionalStack()