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 90 std::vector<GenericValue> ActualArgs;
93 ActualArgs.push_back(ArgValues[i]);
96 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;
106 /// arguments. Note that this ctor takes ownership of the ActualArgs pointer.
110 MacroArgs *ActualArgs, Preprocessor &pp)
111 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
112 Init(Tok, ILEnd, MI, ActualArgs);
117 /// ownership of the ActualArgs pointer. ILEnd specifies the location of the
120 MacroArgs *ActualArgs);
127 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 269 milliseconds