Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1982 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName() local
1983 assert(OrigCtorType == Ctor_Base || OrigCtorType == Ctor_Complete); in getMangledName()
1984 if (OrigCtorType == Ctor_Base) in getMangledName()