Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp51 const Decl *CopyAssignmentDecl = Call.getDecl(); in isCopyAssignmentCall() local
54 dyn_cast_or_null<CXXMethodDecl>(CopyAssignmentDecl)) in isCopyAssignmentCall()
69 const Decl *CopyAssignmentDecl = Call.getDecl(); in isMoveAssignmentCall() local
72 dyn_cast_or_null<CXXMethodDecl>(CopyAssignmentDecl); in isMoveAssignmentCall()