HomeSort by: relevance | last modified time | path
    Searched refs:PreprocessJobAction (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/
Action.cpp 317 void PreprocessJobAction::anchor() {}
319 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType)
Driver.cpp 3918 return C.MakeAction<PreprocessJobAction>(Input, OutputTy);
4394 if (!PJ || !isa<PreprocessJobAction>(PJ)) {
4840 if (isa<PreprocessJobAction>(JA))
4842 if (isa<OffloadAction>(JA) && isa<PreprocessJobAction>(JA.getInputs()[0]))
4871 assert(AtTopLevel && isa<PreprocessJobAction>(JA));
5404 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) &&
5418 if (!isa<PreprocessJobAction>(JA) && !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA))
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Flang.cpp 71 if (isa<PreprocessJobAction>(JA)) {
Clang.cpp 4388 } else if (isa<PreprocessJobAction>(JA)) {
4678 (isa<PreprocessJobAction>(JA) && Args.hasArg(options::OPT__analyze)))
5662 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm)
6410 if (isa<PreprocessJobAction>(JA))
6459 !isa<PreprocessJobAction>(JA)) {
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Action.h 394 class PreprocessJobAction : public JobAction {
398 PreprocessJobAction(Action *Input, types::ID OutputType);

Completed in 43 milliseconds