Lines Matching refs:getPreprocessorOpts
256 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
1106 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); in Parse()
1188 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble()
1350 = PreambleInvocation->getPreprocessorOpts(); in getMainBufferWithPrecompiledPreamble()
1762 CI->getPreprocessorOpts().RetainRemappedFileBuffers = true; in LoadFromCompilerInvocationAction()
1867 Invocation->getPreprocessorOpts().RetainRemappedFileBuffers = true; in LoadFromCompilerInvocation()
1953 CI->getPreprocessorOpts().addRemappedFile(RemappedFiles[I].first, in LoadFromCommandLine()
1956 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine()
2019 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
2023 Invocation->getPreprocessorOpts().clearRemappedFiles(); in Reparse()
2025 Invocation->getPreprocessorOpts().addRemappedFile(RemappedFiles[I].first, in Reparse()
2318 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()