Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp2422 bool hasMatchingNewInCtorInit(const CXXCtorInitializer *CI);
2456 bool MismatchingNewDeleteDetector::hasMatchingNewInCtorInit( in hasMatchingNewInCtorInit() function in MismatchingNewDeleteDetector
2479 if (hasMatchingNewInCtorInit(CI)) in hasMatchingNewInCtor()