Searched defs:NumProtoArgs (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp790 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0; local
856 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0; local
873 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0; local
714 checkCall(NamedDecl *FDecl, ArrayRef<const Expr *> Args, unsigned NumProtoArgs, bool IsMemberFunction, SourceLocation Loc, SourceRange Range, VariadicCallType CallType) argument

Completed in 89 milliseconds