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 707 unsigned NumProtoArgs,
733 for (unsigned ArgIdx = NumProtoArgs; ArgIdx < Args.size(); ++ArgIdx) {
780 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0;
791 NumProtoArgs,
846 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0;
851 NumProtoArgs, /*IsMemberFunction=*/false,
863 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0;
868 NumProtoArgs, /*IsMemberFunction=*/false,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 27 milliseconds