Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenItaniumCXXABI.cpp168 cd ? gd.getWithCtorType(Ctor_Base) : gd.getWithDtorType(Dtor_Base); in emitCXXStructor()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h185 GlobalDecl getWithDtorType(CXXDtorType Type) { in getWithDtorType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp229 GD = GD.getWithDtorType(Dtor_Base); in getAddrAndTypeOfCXXStructor()
H A DItaniumCXXABI.cpp4733 BaseDecl = GD.getWithDtorType(Dtor_Base); in emitCXXStructor()
H A DMicrosoftCXXABI.cpp4047 GD = GD.getWithDtorType(Dtor_Base); in emitCXXStructor()