HomeSort by relevance Sort by last modified time
    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;
98 /// arguments. Note that this ctor takes ownership of the ActualArgs pointer.
102 MacroArgs *ActualArgs, Preprocessor &pp)
103 : Macro(0), ActualArgs(0), PP(pp), OwnsTokens(false) {
104 Init(Tok, ILEnd, MI, ActualArgs);
109 /// ownership of the ActualArgs pointer. ILEnd specifies the location of the
112 MacroArgs *ActualArgs);
119 : Macro(0), ActualArgs(0), PP(pp), OwnsTokens(false) {
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 81 milliseconds