reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 2816       auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF);
 2817       DtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, Fn, FI, Args,
 2820       auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF);
 2821       llvm::Value *ArgVal = DtorCGF.EmitLoadOfScalar(
 2822           DtorCGF.GetAddrOfLocalVar(&Dst),
 2824       DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy,
 2825                           DtorCGF.getDestroyer(ASTTy.isDestructedType()),
 2826                           DtorCGF.needsEHCleanup(ASTTy.isDestructedType()));
 2827       DtorCGF.FinishFunction();