Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp7289 static bool shouldTrackFirstArgument(const FunctionDecl *FD) { in shouldTrackFirstArgument() function
7358 if (Callee && shouldTrackFirstArgument(Callee)) in handleGslAnnotatedTypes()