Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp2662 bool hasMatchingNewInCtorInit(const CXXCtorInitializer *CI);
2696 bool MismatchingNewDeleteDetector::hasMatchingNewInCtorInit( in hasMatchingNewInCtorInit() function in MismatchingNewDeleteDetector
2719 if (hasMatchingNewInCtorInit(CI)) in hasMatchingNewInCtor()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp3198 bool hasMatchingNewInCtorInit(const CXXCtorInitializer *CI);
3232 bool MismatchingNewDeleteDetector::hasMatchingNewInCtorInit( in hasMatchingNewInCtorInit() function in MismatchingNewDeleteDetector
3255 if (hasMatchingNewInCtorInit(CI)) in hasMatchingNewInCtor()