Lines Matching refs:getFrontendOpts
1146 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in Parse()
1156 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in Parse()
1158 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in Parse()
1161 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in Parse()
1202 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse()
1299 PreambleInvocationIn.getFrontendOpts().Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble()
1364 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble()
1366 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble()
1372 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble()
1455 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1456 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1543 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1556 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in LoadFromCompilerInvocationAction()
1566 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in LoadFromCompilerInvocationAction()
1568 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in LoadFromCompilerInvocationAction()
1571 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in LoadFromCompilerInvocationAction()
1599 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in LoadFromCompilerInvocationAction()
1650 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1753 CI->getFrontendOpts().SkipFunctionBodies = in LoadFromCommandLine()
2136 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2171 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in CodeComplete()
2186 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in CodeComplete()
2188 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in CodeComplete()
2191 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in CodeComplete()
2265 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in CodeComplete()