HomeSort by relevance Sort by last modified time
    Searched refs:ArgsArray (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 309 QualType *ArgsArray = new QualType[Args.size()];
312 ArgsArray[NumArgs++] = (*i)->getType();
316 getContext().getFunctionType(RetTy, ArgsArray, NumArgs,
319 delete[] ArgsArray;
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 246 milliseconds