Lines Matching refs:Action
16 #include "clang/Driver/Action.h"
1439 static bool ContainsCompileAction(const Action *A) {
1443 for (Action::const_iterator it = A->begin(), ie = A->end(); it != ie; ++it)
1769 // Select the appropriate action.
1832 assert(isa<CompileJobAction>(JA) && "Invalid action for clang tool.");
3533 const Action *SourceAction = &JA;
3534 while (SourceAction->getKind() != Action::InputClass) {
3535 assert(!SourceAction->getInputs().empty() && "unexpected root action!");
4070 const Action *SourceAction = &JA;
4071 while (SourceAction->getKind() != Action::InputClass) {
4072 assert(!SourceAction->getInputs().empty() && "unexpected root action!");