Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h514 void WritePreprocessor(const Preprocessor &PP, bool IsModule);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2351 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() function in ASTWriter
5109 WritePreprocessor(PP, isModule); in WriteASTCore()