Home
last modified time | relevance | path

Searched refs:ProtoArgType (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5905 QualType ProtoArgType = Proto->getParamType(i); in GatherArgumentsForCall() local
5912 if (RequireCompleteType(Arg->getBeginLoc(), ProtoArgType, in GatherArgumentsForCall()
5928 ProtoArgType->isBlockPointerType()) in GatherArgumentsForCall()
5934 ProtoArgType) in GatherArgumentsForCall()
5936 Context, ProtoArgType, Proto->isParamConsumed(i)); in GatherArgumentsForCall()