Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp5637 bool IsDtorCallInCtor);
5667 bool IsDtorCallInCtor) { in shouldDeleteForSubobjectCall() argument
5679 else if (!IsDtorCallInCtor && Field && Field->getParent()->isUnion() && in shouldDeleteForSubobjectCall()
5697 << Field << DiagKind << IsDtorCallInCtor; in shouldDeleteForSubobjectCall()
5703 << Base->getType() << DiagKind << IsDtorCallInCtor; in shouldDeleteForSubobjectCall()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp8758 bool IsDtorCallInCtor);
8789 bool IsDtorCallInCtor) { in shouldDeleteForSubobjectCall() argument
8801 else if (!IsDtorCallInCtor && Field && Field->getParent()->isUnion() && in shouldDeleteForSubobjectCall()
8819 << Field << DiagKind << IsDtorCallInCtor << /*IsObjCPtr*/false; in shouldDeleteForSubobjectCall()
8825 << Base->getType() << DiagKind << IsDtorCallInCtor in shouldDeleteForSubobjectCall()