4#include <clang/Lex/PreprocessorOptions.h>
12 operator clang::PreprocessorOptions &() {
return PO; }
13 operator std::vector<std::string> &() {
return PO.Includes; }
15 clang::PreprocessorOptions &
PO;
clang::PreprocessorOptions & PO
setLangDefaultsArg4(clang::PreprocessorOptions &PO)