Searched defs:DashX (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1630 InputKind DashX = IK_None; local
1632 DashX = llvm::StringSwitch<InputKind>(A->getValue(Args))
1654 if (DashX == IK_None)
1665 InputKind IK = DashX;
1671 DashX = IK;
1676 return DashX;
2337 // FIXME: We shouldn't have to pass the DashX option around here
2338 InputKind DashX = ParseFrontendArgs(Res.getFrontendOpts(), *Args, Diags); local
2339 Success = ParseCodeGenArgs(Res.getCodeGenOpts(), *Args, DashX, Diags)
2342 if (DashX !
[all...]

Completed in 56 milliseconds