Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp492 unsigned NumProtoArgs, in checkCall()
552 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0; in CheckFunctionCall() local
613 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0; in CheckBlockCall() local