Searched refs:GetActionType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DInputInfo.h45 static types::ID GetActionType(const Action *A) { function in class:clang::driver::InputInfo
52 : Kind(Nothing), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {}
59 : Kind(Filename), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {
70 : Kind(InputArg), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {

Completed in 98 milliseconds