Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaInit.cpp6749 static bool shouldTrackFirstArgument(const FunctionDecl *FD) { in shouldTrackFirstArgument() function
6818 if (Callee && shouldTrackFirstArgument(Callee)) in handleGslAnnotatedTypes()