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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h77 inline StructorType getFromCtorType(CXXCtorType T) { function in namespace:clang::CodeGen
H A DCGClass.cpp2095 llvm::Value *Callee = CGM.getAddrOfCXXStructor(D, getFromCtorType(Type));
2220 CGM.getAddrOfCXXStructor(Ctor, getFromCtorType(CtorType));
2222 .arrangeCXXStructorDeclaration(Ctor, getFromCtorType(CtorType)),
H A DCodeGenModule.cpp1717 ABI->emitCXXStructor(CD, getFromCtorType(GD.getCtorType()));
2069 getFromCtorType(GD.getCtorType()),
H A DCGCall.cpp357 return arrangeCXXStructorDeclaration(CD, getFromCtorType(GD.getCtorType()));

Completed in 91 milliseconds