Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.cpp105 const Action *SourceAction = &JA; in ConstructJob() local
106 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
107 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
108 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
122 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
123 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
H A DClang.cpp7029 const Action *SourceAction = &JA; in ConstructJob() local
7030 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
7031 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
7032 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
7034 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()
7921 const Action *SourceAction = FindSource(&JA); in ConstructJob() local
7944 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
7945 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
8069 if (SourceAction != FindSource(&J.getSource())) in ConstructJob()