Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DDriver.h357 Action *ConstructPhaseAction(const ArgList &Args, phases::ID Phase,
/external/clang/lib/Driver/
DDriver.cpp1181 Current.reset(ConstructPhaseAction(Args, Phase, Current.take())); in BuildActions()
1201 Action *Driver::ConstructPhaseAction(const ArgList &Args, phases::ID Phase, in ConstructPhaseAction() function in Driver