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.h2910 std::optional<PreambleSkipInfo> getPreambleSkipInfo() const { in getPreambleSkipInfo() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2584 auto SkipInfo = PP.getPreambleSkipInfo(); in WritePreprocessor()