Lines Matching refs:getFrontendOpts

1172       std::string(Clang->getFrontendOpts().Inputs[0].getFile());  in Parse()
1182 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in Parse()
1184 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in Parse()
1187 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in Parse()
1228 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse()
1325 PreambleInvocationIn.getFrontendOpts().Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble()
1390 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble()
1392 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble()
1398 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble()
1481 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1482 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1569 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1582 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in LoadFromCompilerInvocationAction()
1592 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in LoadFromCompilerInvocationAction()
1594 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in LoadFromCompilerInvocationAction()
1597 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in LoadFromCompilerInvocationAction()
1625 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in LoadFromCompilerInvocationAction()
1676 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1782 CI->getFrontendOpts().SkipFunctionBodies = in LoadFromCommandLine()
2166 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2201 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in CodeComplete()
2216 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in CodeComplete()
2218 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in CodeComplete()
2221 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in CodeComplete()
2295 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in CodeComplete()