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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 2958       auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF);
 2959       DtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, Fn, FI,
 2963       auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF);
 2964       DtorCGF.emitDestroy(Address(Addr, CGM.getContext().getDeclAlign(VD)),
 2965                           ASTTy, DtorCGF.getDestroyer(ASTTy.isDestructedType()),
 2966                           DtorCGF.needsEHCleanup(ASTTy.isDestructedType()));
 2967       DtorCGF.FinishFunction();