Is it possible to solve the below ODE for arbitrary real values of $c$?
$$2 (\frac{d \theta}{dx})^2 [\sin(2\theta) -c \cos(2 \theta)]-[\cos(2\theta) +c \sin(2 \theta)]\frac{d^2}{dx^2}\theta=0,$$
where $\theta=\theta(x)$. Also, $\theta$ itself does not have meaning, but ($\cos(2\theta),\sin(2\theta)$) are important and need to be continuous. There is no boundary condition since $x$ is not constrained by a boundary but goes to infinity. It means that the solution must cover the range $(-\infty,\infty)$.
Your equation has the form $$ -2f'(2θ)θ'^2-f(2θ)θ''=0,~~f(2θ)=\cos(2θ)+c\sin(2θ) $$ This is singular for $f(2θ)=0$, that is, the lines $ θ=k\pi-\arctan\frac1c$, $k\in\Bbb Z$.
Divide by $θ'f(2θ)$ and integrate, or integrate directly using the product and chain rule, to get $$ f(2θ)θ'=C. $$ Inserting $f(2θ)=\cos(2θ)+c\sin(2θ)$ and integrating again leads to $$ \sin(2θ)-c\cos(2θ)=2Cx+D $$ Obviously, the range on the left side is limited, while the range on the right side is unlimited. However, local solutions exist for all $c$. With $c=\tan\phi$ the equation can be further transformed to $$ \sin(2θ-ϕ)=Ax+B\implies θ=\frac12(ϕ+\arcsin(Ax+B)) $$ with constants $A,B$ determined by the initial conditions. It might be necessary to correct $\phi$ by multiples of $\pi$ to reach the initial point.
Solutions approach the singular lines with a vertical tangent. While it is possible to patch solutions together continuously, there is no natural or unique continuation.