Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp99 const Action *SourceAction = &JA; in ConstructJob() local
100 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
101 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
102 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
117 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
118 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
H A DClang.cpp6556 const Action *SourceAction = &JA; in ConstructJob() local
6557 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
6558 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
6559 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
6561 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()
7386 const Action *SourceAction = &JA; in ConstructJob() local
7387 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
7388 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
7389 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
7409 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
[all …]