Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6965 void CheckStaticArrayArgument(SourceLocation CallLoc, ParmVarDecl *Param,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5964 CheckStaticArrayArgument(CallLoc, Param, Arg); in GatherArgumentsForCall()
6008 Sema::CheckStaticArrayArgument(SourceLocation CallLoc, in CheckStaticArrayArgument() function in Sema