Searched refs:isAnnotatedToAllowDirectAssignment (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp156 static bool isAnnotatedToAllowDirectAssignment(const Decl *D) { function in namespace:__anon4162
184 if (isAnnotatedToAllowDirectAssignment(PD) ||
185 isAnnotatedToAllowDirectAssignment(D))

Completed in 96 milliseconds