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

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/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
 3549     return C.MakeAction<PreprocessJobAction>(Input, OutputTy);
 3935       if (!PJ || !isa<PreprocessJobAction>(PJ)) {
 4385   if (AtTopLevel && !CCGenDiagnostics && isa<PreprocessJobAction>(JA))
 4872   if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) &&
tools/clang/lib/Driver/ToolChains/Clang.cpp
 3558   } else if (isa<PreprocessJobAction>(JA)) {
 3803       (isa<PreprocessJobAction>(JA) && Args.hasArg(options::OPT__analyze)))
 4512   if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm)
 5196     if (isa<PreprocessJobAction>(JA))
 5243       !isa<PreprocessJobAction>(JA)) {