Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2732 ArrayRef<PPConditionalInfo> getPreambleConditionalStack() const { in getPreambleConditionalStack() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2391 for (const auto &Cond : PP.getPreambleConditionalStack()) { in WritePreprocessor()