Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaggedUnionModeling.h26 bool isCopyConstructorCall(const CallEvent &Call);
65 bool IsCopy = isCopyConstructorCall(Call) || isCopyAssignmentCall(Call); in handleConstructorAndAssignment()
H A DStdVariantChecker.cpp43 bool isCopyConstructorCall(const CallEvent &Call) { in isCopyConstructorCall() function