Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp7183 const Action *SourceAction = &JA; in ConstructJob() local
7184 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
7185 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
7186 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
7188 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()
8026 const Action *SourceAction = FindSource(&JA); in ConstructJob() local
8042 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
8043 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
8168 if (SourceAction != FindSource(&J.getSource())) in ConstructJob()