Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2733 ArrayRef<PPConditionalInfo> getPreambleConditionalStack() const { in getPreambleConditionalStack() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp2328 for (const auto &Cond : PP.getPreambleConditionalStack()) { in WritePreprocessor()