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 378 QualType *ArgsArray = new QualType[Args.size()];
381 ArgsArray[NumArgs++] = (*i)->getType();
385 getContext().getFunctionType(RetTy, ArgsArray, NumArgs,
388 delete[] ArgsArray;
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 474 milliseconds