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

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5637 bool IsDtorCallInCtor);
5667 bool IsDtorCallInCtor) {
5679 else if (!IsDtorCallInCtor && Field && Field->getParent()->isUnion() &&
5697 << Field << DiagKind << IsDtorCallInCtor; local
5703 << Base->getType() << DiagKind << IsDtorCallInCtor; local
5777 << Base->getType() << /*Deleted*/1 << /*IsDtorCallInCtor*/false;
5665 shouldDeleteForSubobjectCall( Subobject Subobj, Sema::SpecialMemberOverloadResult *SMOR, bool IsDtorCallInCtor) argument

Completed in 187 milliseconds