Home
last modified time | relevance | path

Searched refs:getWithCtorType (Results 1 – 4 of 4) 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.h178 GlobalDecl getWithCtorType(CXXCtorType Type) { in getWithCtorType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4731 BaseDecl = GD.getWithCtorType(Ctor_Base); in emitCXXStructor()
H A DMicrosoftCXXABI.cpp4035 CGM.codegenCXXStructor(GD.getWithCtorType(Ctor_Complete)); in emitCXXStructor()