Lines Matching refs:getFrontendOpts
1149 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in Parse()
1167 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in Parse()
1169 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in Parse()
1172 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in Parse()
1213 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse()
1310 PreambleInvocationIn.getFrontendOpts().Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble()
1375 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble()
1377 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble()
1383 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble()
1466 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1467 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1554 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1567 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in LoadFromCompilerInvocationAction()
1585 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in LoadFromCompilerInvocationAction()
1587 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in LoadFromCompilerInvocationAction()
1590 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in LoadFromCompilerInvocationAction()
1618 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in LoadFromCompilerInvocationAction()
1669 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1772 CI->getFrontendOpts().SkipFunctionBodies = in LoadFromCommandLine()
2155 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2190 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in CodeComplete()
2213 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in CodeComplete()
2215 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in CodeComplete()
2218 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in CodeComplete()
2292 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in CodeComplete()