Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2564 void setRecordedPreambleConditionalStack(ArrayRef<PPConditionalInfo> s) { in setRecordedPreambleConditionalStack() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp2960 PP->setRecordedPreambleConditionalStack(ConditionalStack); in LexEndOfFile()