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

Derived Classes

tools/clang/include/clang/Driver/Action.h
  415 class HeaderModulePrecompileJobAction : public PrecompileJobAction {

References

include/llvm/Support/Casting.h
   58     return To::classof(&Val);
   77     return isa_impl<To, From>::doit(Val);
  106     return isa_impl<To, From>::doit(*Val);
  122     return isa_impl_wrap<To, SimpleFrom,
  132     return isa_impl_cl<To,FromTy>::doit(Val);
  142   return isa_impl_wrap<X, const Y,
tools/clang/include/clang/Driver/Action.h
  415 class HeaderModulePrecompileJobAction : public PrecompileJobAction {
tools/clang/include/clang/Driver/Compilation.h
  196   template <typename T, typename... Args> T *MakeAction(Args &&... Arg) {
  197     T *RawPtr = new T(std::forward<Args>(Arg)...);
  197     T *RawPtr = new T(std::forward<Args>(Arg)...);
tools/clang/lib/Driver/Driver.cpp
 3500         C.MakeAction<PrecompileJobAction>(InputAc, types::TY_Nothing));
 3574     return C.MakeAction<PrecompileJobAction>(Input, OutputTy);
 4872   if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) &&
tools/clang/lib/Driver/ToolChains/Clang.cpp
 1058     if ((isa<PrecompileJobAction>(JA) &&
 1114       if (!isa<PrecompileJobAction>(JA)) {
 3574   } else if (isa<PrecompileJobAction>(JA)) {
 5544              isa<PrecompileJobAction>(JA)) {