Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DGlobalDecl.h176 GlobalDecl getWithDtorType(CXXDtorType Type) { in getWithDtorType() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXX.cpp232 GD = GD.getWithDtorType(Dtor_Base); in getAddrAndTypeOfCXXStructor()
H A DMicrosoftCXXABI.cpp4039 GD = GD.getWithDtorType(Dtor_Base); in emitCXXStructor()
H A DItaniumCXXABI.cpp4309 BaseDecl = GD.getWithDtorType(Dtor_Base); in emitCXXStructor()