reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/Driver.cpp
 1978     if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing)
 2006             LastAction, types::TY_Nothing));
 2067   types::ID InputType = types::TY_Nothing;
 2102       if (InputType == types::TY_Nothing) {
 3137         HostAction->getType() != types::TY_Nothing && !OffloadAL.empty()) {
 3467       if (Current->getType() == types::TY_Nothing)
 3500         C.MakeAction<PrecompileJobAction>(InputAc, types::TY_Nothing));
 3568       OutputTy = types::TY_Nothing;
 3578       return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing);
 3593       return C.MakeAction<VerifyPCHJobAction>(Input, types::TY_Nothing);
 3628       if (A->getType() != types::TY_Nothing)
 4266   } else if (JA->getType() == types::TY_Nothing)
tools/clang/lib/Driver/InputInfo.h
   46     return A != nullptr ? A->getType() : types::TY_Nothing;
tools/clang/lib/Driver/ToolChains/Clang.cpp
 3575     if (JA.getType() == types::TY_Nothing)
 3588     if (JA.getType() == types::TY_Nothing) {
tools/clang/lib/Driver/ToolChains/Gnu.cpp
  220   case types::TY_Nothing:
tools/clang/lib/Driver/Types.cpp
  113   return (Id == TY_Nothing ||