Lines Matching refs:Invocation
255 if (Invocation.get() && OwnsRemappedFileBuffers) { in ~ASTUnit()
256 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
1034 if (!Invocation) in Parse()
1045 CCInvocation(new CompilerInvocation(*Invocation)); in Parse()
1186 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, unsigned MaxLines) { in ComputePreamble() argument
1187 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in ComputePreamble()
1188 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble()
1237 *Invocation.getLangOpts(), MaxLines); in ComputePreamble()
1674 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1675 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1708 AST->Invocation = CI; in create()
1863 if (!Invocation) in LoadFromCompilerInvocation()
1867 Invocation->getPreprocessorOpts().RetainRemappedFileBuffers = true; in LoadFromCompilerInvocation()
1868 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1869 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1874 OverrideMainBuffer = getMainBufferWithPrecompiledPreamble(*Invocation); in LoadFromCompilerInvocation()
1902 AST->Invocation = CI; in LoadFromCompilerInvocation()
1985 AST->Invocation = CI; in LoadFromCommandLine()
2010 if (!Invocation) in Reparse()
2019 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
2023 Invocation->getPreprocessorOpts().clearRemappedFiles(); in Reparse()
2025 Invocation->getPreprocessorOpts().addRemappedFile(RemappedFiles[I].first, in Reparse()
2033 OverrideMainBuffer = getMainBufferWithPrecompiledPreamble(*Invocation); in Reparse()
2037 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in Reparse()
2306 if (!Invocation) in CodeComplete()
2314 CCInvocation(new CompilerInvocation(*Invocation)); in CodeComplete()