Lines Matching refs:getFrontendOpts
1192 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in Parse()
1202 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in Parse()
1204 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in Parse()
1207 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in Parse()
1248 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse()
1345 PreambleInvocationIn.getFrontendOpts().Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble()
1410 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble()
1412 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble()
1419 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble()
1503 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1504 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1591 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1604 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in LoadFromCompilerInvocationAction()
1614 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in LoadFromCompilerInvocationAction()
1616 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in LoadFromCompilerInvocationAction()
1619 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in LoadFromCompilerInvocationAction()
1647 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in LoadFromCompilerInvocationAction()
1698 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1811 CI->getFrontendOpts().SkipFunctionBodies = in LoadFromCommandLine()
2198 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2233 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in CodeComplete()
2248 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in CodeComplete()
2250 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in CodeComplete()
2253 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in CodeComplete()
2328 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in CodeComplete()