Home
last modified time | relevance | path

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

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