Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h475 void WritePreprocessor(const Preprocessor &PP, bool IsModule);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2439 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() function in ASTWriter
5007 WritePreprocessor(PP, isModule); in WriteASTCore()