Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp884 auto formals = FD->parameters(); in checkPreCall() local
885 for (unsigned i = 0, ei = std::min(static_cast<unsigned>(formals.size()), in checkPreCall()
887 if (isAnnotatedAsTakingLocalized(formals[i])) { in checkPreCall()