Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9477 bool IsDtorCallInCtor);
9508 bool IsDtorCallInCtor) { in shouldDeleteForSubobjectCall() argument
9520 else if (!IsDtorCallInCtor && Field && Field->getParent()->isUnion() && in shouldDeleteForSubobjectCall()
9549 << DiagKind << IsDtorCallInCtor << /*IsObjCPtr*/ false; in shouldDeleteForSubobjectCall()
9555 << Base->getType() << DiagKind << IsDtorCallInCtor in shouldDeleteForSubobjectCall()