Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DASTWriter.h514 void WritePreprocessor(const Preprocessor &PP, bool IsModule);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DASTWriter.h518 void WritePreprocessor(const Preprocessor &PP, bool IsModule);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DASTWriter.h518 void WritePreprocessor(const Preprocessor &PP, bool IsModule);
/aosp_15_r20/external/clang/include/clang/Serialization/
H A DASTWriter.h433 void WritePreprocessor(const Preprocessor &PP, bool IsModule);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/
DASTWriter.h549 void WritePreprocessor(const Preprocessor &PP, bool IsModule);
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriter.cpp2129 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() function in ASTWriter
4505 WritePreprocessor(PP, isModule); in WriteASTCore()