Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2818 std::optional<PreambleSkipInfo> getPreambleSkipInfo() const { in getPreambleSkipInfo() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2508 auto SkipInfo = PP.getPreambleSkipInfo(); in WritePreprocessor()