OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JobAction
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/
Action.cpp
309
void
JobAction
::anchor() {}
311
JobAction
::
JobAction
(ActionClass Kind, Action *Input, types::ID Type)
314
JobAction
::
JobAction
(ActionClass Kind, const ActionList &Inputs, types::ID Type)
320
:
JobAction
(PreprocessJobClass, Input, OutputType) {}
325
:
JobAction
(PrecompileJobClass, Input, OutputType) {}
329
:
JobAction
(Kind, Input, OutputType) {
343
:
JobAction
(AnalyzeJobClass, Input, OutputType) {}
348
:
JobAction
(MigrateJobClass, Input, OutputType) {
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Action.h
380
class
JobAction
: public Action {
384
JobAction
(ActionClass Kind, Action *Input, types::ID Type);
385
JobAction
(ActionClass Kind, const ActionList &Inputs, types::ID Type);
394
class PreprocessJobAction : public
JobAction
{
405
class PrecompileJobAction : public
JobAction
{
440
class AnalyzeJobAction : public
JobAction
{
451
class MigrateJobAction : public
JobAction
{
462
class CompileJobAction : public
JobAction
{
473
class BackendJobAction : public
JobAction
{
484
class AssembleJobAction : public
JobAction
{
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026