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

References

tools/clang/lib/Driver/Driver.cpp
 2075                     ? types::TY_C
 2117           Ty = types::TY_C;
 2129               Ty = types::TY_C;
 2185       if (DiagnoseInputExistence(Args, Value, types::TY_C,
 2188         Inputs.push_back(std::make_pair(types::TY_C, InputArg));
 2230     Inputs.push_back(std::make_pair(types::TY_C, A));
 3498     Action *InputAc = C.MakeAction<InputAction>(*A, types::TY_C);
tools/clang/lib/Driver/ToolChains/Clang.cpp
 5538       (InputType == types::TY_C || InputType == types::TY_CXX)) {
tools/clang/lib/Driver/ToolChains/MSVC.cpp
  711   assert(II.getType() == types::TY_C || II.getType() == types::TY_CXX);
  712   CmdArgs.push_back(II.getType() == types::TY_C ? "/Tc" : "/Tp");
tools/clang/lib/Driver/ToolChains/Myriad.cpp
   32   assert(II.getType() == types::TY_C || II.getType() == types::TY_CXX ||
tools/clang/lib/Driver/Types.cpp
  125   case TY_C: case TY_PP_C:
  221            .Case("c", TY_C)
  371   case types::TY_C:
  388   case types::TY_C:
tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  105   case types::TY_C:
  107     return types::TY_C;
  255       return types::TY_C;
  270     case types::TY_C:
  287         return types::TY_C;