Home
last modified time | relevance | path

Searched refs:ConstructPhaseAction (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Driver/
DDriver.h391 Action *ConstructPhaseAction(Compilation &C, const llvm::opt::ArgList &Args,
/external/clang/lib/Driver/
DDriver.cpp1636 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in BuildActions()
1676 Current = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions()
1714 Action *Driver::ConstructPhaseAction(Compilation &C, const ArgList &Args, in ConstructPhaseAction() function in Driver