Home
last modified time | relevance | path

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

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