Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp6833 static bool shouldTrackFirstArgument(const FunctionDecl *FD) { in shouldTrackFirstArgument() function
6902 if (Callee && shouldTrackFirstArgument(Callee)) in handleGslAnnotatedTypes()