Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DDarwin.cpp95 const Action *SourceAction = &JA; in ConstructJob() local
96 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
97 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
98 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
113 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
114 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
H A DClang.cpp5918 const Action *SourceAction = &JA; in ConstructJob() local
5919 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
5920 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
5921 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
5940 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
5941 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()