Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3443 bool hasMatchingNewInCtorInit(const CXXCtorInitializer *CI);
3477 bool MismatchingNewDeleteDetector::hasMatchingNewInCtorInit( in hasMatchingNewInCtorInit() function in MismatchingNewDeleteDetector
3500 if (hasMatchingNewInCtorInit(CI)) in hasMatchingNewInCtor()