Home | History | Annotate | Download | only in libclang

Lines Matching defs:PPOpts

419     PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
421 if (!PPOpts.ImplicitPCHInclude.empty()) {
423 CI.getFileManager().getFile(PPOpts.ImplicitPCHInclude));
629 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
630 PPOpts.AllowPCHWithCompilerErrors = true;
641 PPOpts.DetailedRecord = true;
645 PPOpts.DetailedRecord = false;