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

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

Completed in 118 milliseconds