Home
last modified time | relevance | path

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

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