Lines Matching refs:getFrontendOpts
1180 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in Parse()
1190 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in Parse()
1192 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in Parse()
1195 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in Parse()
1236 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse()
1333 PreambleInvocationIn.getFrontendOpts().Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble()
1398 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble()
1400 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble()
1407 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble()
1490 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1491 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1578 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1591 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in LoadFromCompilerInvocationAction()
1601 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in LoadFromCompilerInvocationAction()
1603 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in LoadFromCompilerInvocationAction()
1606 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in LoadFromCompilerInvocationAction()
1634 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in LoadFromCompilerInvocationAction()
1685 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1798 CI->getFrontendOpts().SkipFunctionBodies = in LoadFromCommandLine()
2185 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2220 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in CodeComplete()
2235 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in CodeComplete()
2237 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in CodeComplete()
2240 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in CodeComplete()
2315 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in CodeComplete()