Lines Matching refs:getFrontendOpts
1110 OriginalSourceFile = Clang->getFrontendOpts().Inputs[0].getFile(); in Parse()
1128 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in Parse()
1130 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in Parse()
1133 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in Parse()
1181 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse()
1286 PreambleInvocationIn.getFrontendOpts().Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble()
1350 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble()
1352 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble()
1358 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble()
1440 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1441 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1529 CI->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocationAction()
1541 AST->OriginalSourceFile = Clang->getFrontendOpts().Inputs[0].getFile(); in LoadFromCompilerInvocationAction()
1559 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in LoadFromCompilerInvocationAction()
1561 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in LoadFromCompilerInvocationAction()
1564 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in LoadFromCompilerInvocationAction()
1592 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in LoadFromCompilerInvocationAction()
1642 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1743 CI->getFrontendOpts().SkipFunctionBodies = in LoadFromCommandLine()
2126 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2160 OriginalSourceFile = Clang->getFrontendOpts().Inputs[0].getFile(); in CodeComplete()
2183 assert(Clang->getFrontendOpts().Inputs.size() == 1 && in CodeComplete()
2185 assert(Clang->getFrontendOpts().Inputs[0].getKind().getFormat() == in CodeComplete()
2188 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() != in CodeComplete()
2259 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in CodeComplete()