Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
DTools.cpp4047 const Action *SourceAction = &JA; in ConstructJob() local
4048 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
4049 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
4050 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
4055 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
4056 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
4603 const Action *SourceAction = &JA; in ConstructJob() local
4604 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
4605 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
4606 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
[all …]