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

References

tools/clang/lib/Driver/Driver.cpp
 3441           getPrecompiledType(InputType) == types::TY_PCH) {
 3559     if (OutputTy == types::TY_PCH) {
 4483   } else if (JA.getType() == types::TY_PCH && IsCLMode()) {
 4511       JA.getType() != types::TY_PCH) {
 4539   if (JA.getType() == types::TY_PCH && !IsCLMode()) {
tools/clang/lib/Driver/ToolChains/Clang.cpp
  584   if (Args.hasArg(options::OPT_verify_pch) && Input.getType() == types::TY_PCH)
 3413                types::getPrecompiledType(I.getType()) == types::TY_PCH) {
tools/clang/lib/Driver/Types.cpp
   63     return TY_PCH;
  101       TY_Remap,         TY_PCH,           TY_Object,
  108   return Id == TY_PCH || Id == TY_dSYM || Id == TY_CUDA_FATBIN ||
  265            .Case("gch", TY_PCH)
  273            .Case("pch", TY_PCH)