Lines Matching refs:getFrontendOpts
1144 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in Parse()
1154 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in Parse()
1156 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in Parse()
1159 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in Parse()
1200 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse()
1297 PreambleInvocationIn.getFrontendOpts().Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble()
1362 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble()
1364 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble()
1370 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble()
1453 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1454 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1541 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1554 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in LoadFromCompilerInvocationAction()
1564 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in LoadFromCompilerInvocationAction()
1566 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in LoadFromCompilerInvocationAction()
1569 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in LoadFromCompilerInvocationAction()
1597 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in LoadFromCompilerInvocationAction()
1648 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1755 CI->getFrontendOpts().SkipFunctionBodies = in LoadFromCommandLine()
2139 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2174 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in CodeComplete()
2189 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in CodeComplete()
2191 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in CodeComplete()
2194 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in CodeComplete()
2268 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in CodeComplete()