Home
last modified time | relevance | path

Searched refs:getCompilationPhases (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTypes.h106 getCompilationPhases(ID Id, phases::ID LastPhase = phases::LastPhase);
108 getCompilationPhases(const clang::driver::Driver &Driver,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DTypes.cpp313 types::getCompilationPhases(ID Id, phases::ID LastPhase) { in getCompilationPhases() function in types
324 types::getCompilationPhases(const clang::driver::Driver &Driver, in getCompilationPhases() function in types
365 return types::getCompilationPhases(Id, LastPhase); in getCompilationPhases()
H A DDriver.cpp3573 auto PL = types::getCompilationPhases(InputType); in handleArguments()
3620 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments()
3703 auto PL = types::getCompilationPhases(*this, Args, InputType); in BuildActions()
3707 auto FullPL = types::getCompilationPhases(InputType); in BuildActions()
3807 auto PhaseList = types::getCompilationPhases( in BuildActions()