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

  /external/clang/lib/Sema/
SemaChecking.cpp 492 unsigned NumProtoArgs,
511 for (unsigned ArgIdx = NumProtoArgs; ArgIdx < Args.size(); ++ArgIdx) {
552 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0;
563 NumProtoArgs,
613 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0;
618 NumProtoArgs, /*IsMemberFunction=*/false,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 52 milliseconds