OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputArg
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Driver/
InputInfo.h
23
// FIXME: The distinction between filenames and
inputarg
here is
32
InputArg
,
38
const Arg *
InputArg
;
54
: Kind(
InputArg
), Type(_Type), BaseInput(_BaseInput) {
55
Data.
InputArg
= _InputArg;
60
bool isInputArg() const { return Kind ==
InputArg
; }
70
return *Data.
InputArg
;
Driver.cpp
859
const Arg *
InputArg
= Inputs[i].second;
869
InputArg
->claim();
880
<<
InputArg
->getAsString(Args)
884
<<
InputArg
->getAsString(Args)
891
llvm::OwningPtr<Action> Current(new InputAction(*
InputArg
, InputType));
[
all
...]
/external/llvm/include/llvm/Target/
TargetCallingConv.h
103
///
InputArg
- This struct carries flags and type information about a
107
struct
InputArg
{
112
InputArg
() : VT(MVT::Other), Used(false) {}
113
InputArg
(ArgFlagsTy flags, EVT vt, bool used)
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
Completed in 96 milliseconds