Lines Matching refs:getFrontendOpts
1147 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in Parse()
1157 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in Parse()
1159 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in Parse()
1162 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in Parse()
1203 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse()
1300 PreambleInvocationIn.getFrontendOpts().Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble()
1365 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble()
1367 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble()
1373 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble()
1456 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1457 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1544 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1557 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in LoadFromCompilerInvocationAction()
1567 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in LoadFromCompilerInvocationAction()
1569 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in LoadFromCompilerInvocationAction()
1572 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in LoadFromCompilerInvocationAction()
1600 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in LoadFromCompilerInvocationAction()
1651 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1754 CI->getFrontendOpts().SkipFunctionBodies = in LoadFromCommandLine()
2137 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2172 std::string(Clang->getFrontendOpts().Inputs[0].getFile()); in CodeComplete()
2187 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in CodeComplete()
2189 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in CodeComplete()
2192 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in CodeComplete()
2266 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in CodeComplete()