OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ActualArgs
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp
86
std::vector<GenericValue>
ActualArgs
;
89
ActualArgs
.push_back(ArgValues[i]);
92
callFunction(F,
ActualArgs
);
/external/clang/include/clang/Lex/
TokenLexer.h
35
///
ActualArgs
- The actual arguments specified for a function-like macro, or
37
MacroArgs *
ActualArgs
;
96
/// arguments. Note that this ctor takes ownership of the
ActualArgs
pointer.
99
TokenLexer(Token &Tok, SourceLocation ILEnd, MacroArgs *
ActualArgs
,
101
: Macro(0),
ActualArgs
(0), PP(pp), OwnsTokens(false) {
102
Init(Tok, ILEnd,
ActualArgs
);
107
/// ownership of the
ActualArgs
pointer. ILEnd specifies the location of the
109
void Init(Token &Tok, SourceLocation ILEnd, MacroArgs *
ActualArgs
);
116
: Macro(0),
ActualArgs
(0), PP(pp), OwnsTokens(false) {
/external/clang/lib/CodeGen/
CGObjCGNU.cpp
[
all
...]
CGObjCMac.cpp
[
all
...]
Completed in 427 milliseconds