Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DTypes.h106 getCompilationPhases(ID Id, phases::ID LastPhase = phases::LastPhase);
108 getCompilationPhases(const clang::driver::Driver &Driver,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
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()
DDriver.cpp3590 auto PL = types::getCompilationPhases(InputType); in handleArguments()
3637 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments()
3720 auto PL = types::getCompilationPhases(*this, Args, InputType); in BuildActions()
3724 auto FullPL = types::getCompilationPhases(InputType); in BuildActions()
3824 auto PhaseList = types::getCompilationPhases( in BuildActions()