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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1096 CXXCtorType OrigCtorType = GD.getCtorType(); local
1097 assert(OrigCtorType == Ctor_Base || OrigCtorType == Ctor_Complete);
1098 if (OrigCtorType == Ctor_Base)

Completed in 115 milliseconds