Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7431 static bool shouldTrackFirstArgument(const FunctionDecl *FD) { in shouldTrackFirstArgument() function
7500 if (Callee && shouldTrackFirstArgument(Callee)) in handleGslAnnotatedTypes()